Skip to main content

ColumnEventArgs Class

Provides data for the GridView.ColumnWidthChanged event.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public class ColumnEventArgs :
    EventArgs

Remarks

Use the ColumnEventArgs.Column property to identify the currently processed column.

Inheritance

Object
EventArgs
ColumnEventArgs
See Also