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