Skip to main content
Tab

ASPxGridViewEditorEventArgs.Column Property

Gets the data column whose cell editor is being initialized.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataColumn Column { get; }

Property Value

Type Description
GridViewDataColumn

A GridViewDataColumn descendant that represents the data column whose cell editor is being initialized.

See Also