BootstrapGridColumnEditFormSettings(GridViewDataColumn) Constructor
Initializes a new instance of the BootstrapGridColumnEditFormSettings class with the specified data column.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| column | GridViewDataColumn | A GridViewDataColumn object that represents the data column within the BootstrapGridView. |
See Also