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