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