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

ColumnEventArgs.Column Property

Gets the column being processed.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

A GridColumn object representing the column being processed.

See Also