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