Class TableInputFieldComboBox
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Combobox input field allowing selection from predefined choices (optionally editable).
public class TableInputFieldComboBox : TableInputFieldBase, IDomItemWithConditionalFormatter
- Inheritance
-
TableInputFieldComboBox
- Implements
- Inherited Members
Constructors
TableInputFieldComboBox(CollectionTableFieldBases)
Creates and appends a combobox input field.
public TableInputFieldComboBox(CollectionTableFieldBases itemCollection)
Parameters
itemCollectionCollectionTableFieldBases
TableInputFieldComboBox(CollectionTableFieldBases, int)
Creates and inserts a combobox input field at the specified index.
public TableInputFieldComboBox(CollectionTableFieldBases itemCollection, int index)
Parameters
itemCollectionCollectionTableFieldBasesindexint
Properties
Alignment
Gets or sets the alignment.
public string Alignment { get; set; }
Property Value
Choices
Gets or sets the choices list (tab separated or engine specific).
public string Choices { get; set; }
Property Value
DefaultValueText
Gets or sets the default text value.
public string DefaultValueText { get; set; }
Property Value
Editable
Gets or sets whether the combobox is editable.
public string Editable { get; set; }
Property Value
FieldName
Gets or sets the field name.
public string FieldName { get; set; }
Property Value
NeedInput
Gets or sets whether input is required.
public string NeedInput { get; set; }
Property Value
Verification
Gets the edit verification settings.
[JsonInclude]
public PropertyInputEditVerification Verification { get; }