CardViewTextColumn Constructors
Represents a data column used to display string values.| Name | Parameters | Description |
|---|---|---|
| CardViewTextColumn() | none | Initializes a new instance of the CardViewTextColumn class with default settings. |
| CardViewTextColumn(String, String) | fieldName, caption | Initializes a new instance of the CardViewTextColumn class with the specified field name and caption. |
| CardViewTextColumn(String) | fieldName | Initializes a new instance of the CardViewTextColumn class with the specified field name. |
See Also