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