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