ColumnEventArgs.Column Property
Gets the column being processed.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v26.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| GridColumn | A GridColumn object representing the column being processed. |
See Also