Skip to main content
A newer version of this page is available. .

ColumnEventArgs Class

Provides data for the GridView.ColumnWidthChanged event.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public class ColumnEventArgs :
    EventArgs

Remarks

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

Inheritance

Object
EventArgs
ColumnEventArgs
See Also