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