BootstrapCardViewComboBoxColumn Constructors
Represents a data column with the combo box editor.| Name | Parameters | Description |
|---|---|---|
| BootstrapCardViewComboBoxColumn() | none | Initializes a new instance of the BootstrapCardViewComboBoxColumn class with default settings. |
| BootstrapCardViewComboBoxColumn(String, String) | fieldName, caption | Initializes a new instance of the BootstrapCardViewComboBoxColumn class with the specified field name and caption. |
| BootstrapCardViewComboBoxColumn(String) | fieldName | Initializes a new instance of the BootstrapCardViewComboBoxColumn class with the specified field name. |
See Also