CardViewColumn Constructors
Serves as a base for classes that represent data columns.| Name | Parameters | Description |
|---|---|---|
| CardViewColumn() | none | Initializes a new instance of the CardViewColumn class. |
| CardViewColumn(String, String) | fieldName, caption | Initializes a new instance of the CardViewColumn class with the specified field name and caption. |
| CardViewColumn(String) | fieldName | Initializes a new instance of the CardViewColumn class with the specified field name. |
See Also