ColumnEventArgs.Column Property
In This Article
Gets the column being processed.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public GridColumn Column { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also