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