BootstrapGridViewDataColumn Constructors
Serves as a base for classes that represent data columns.| Name | Parameters | Description |
|---|---|---|
| BootstrapGridViewDataColumn() | none | Initializes a new instance of the BootstrapGridViewDataColumn class. |
| BootstrapGridViewDataColumn(String, String) | fieldName, caption | Initializes a new instance of the BootstrapGridViewDataColumn class with the specified field name and caption. |
| BootstrapGridViewDataColumn(String) | fieldName | Initializes a new instance of the BootstrapGridViewDataColumn class with the specified field name. |
See Also