ColumnEventArgs Class
Provides data for the GridView.ColumnWidthChanged event.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
Use the ColumnEventArgs.Column property to identify the currently processed column.
See Also