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