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