Skip to main content
A newer version of this page is available. .

CustomizeGridViewDataColumnEventArgs.Column Property

Gets the data column.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public GridViewDataColumn Column { get; }

Property Value

Type Description
GridViewDataColumn

The GridViewColumn object that specifies the data column.

See Also