CardViewDropDownEditColumn Constructors
Represents a data column with an editor containing a customizable dropdown window.Name | Parameters | Description |
---|---|---|
CardViewDropDownEditColumn() | none | Initializes a new instance of the CardViewDropDownEditColumn class with default settings. |
CardViewDropDownEditColumn(String, String) | fieldName, caption | Initializes a new instance of the CardViewDropDownEditColumn class with the specified field name and caption. |
CardViewDropDownEditColumn(String) | fieldName | Initializes a new instance of the CardViewDropDownEditColumn class with the specified field name. |
See Also