Skip to main content
Tab

ASPxGridViewEditorCreateEventArgs.Column Property

Gets the data column to which the processed filter row cell corresponds.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public GridViewDataColumn Column { get; }

#Property Value

Type Description
GridViewDataColumn

A GridViewColumn descendant that represents the data column to which the processed cell corresponds.

See Also