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