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

CreateCustomGridViewDataColumnEventArgs.Column Property

Specifies the data column.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public GridViewColumn Column { get; set; }

Property Value

Type Description
GridViewColumn

The GridViewColumn object that specifies the data column.

See Also