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