Back to Devexpress

ColumnEventArgs.Column Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columneventargs.md

latest1.2 KB
Original Source

ColumnEventArgs.Column Property

Gets the column being processed.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GridColumn Column { get; }
vb
Public ReadOnly Property Column As GridColumn

Property Value

TypeDescription
GridColumn

A GridColumn object representing the column being processed.

|

See Also

ColumnEventArgs Class

ColumnEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace