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