CustomizeGridViewDataColumnEventArgs.Column Property
In This Article
Gets the data column.
Namespace: DevExpress.ExpressApp.Web.Editors.ASPx
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public GridViewDataColumn Column { get; }
#Property Value
Type | Description |
---|---|
Grid |
The Grid |
See Also