ColumnEventArgs(GridColumn) Constructor
Initializes a new instance of the ColumnEventArgs class with the specified band.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | A GridColumn object referring to the column that will be processed. This value is assigned to the ColumnEventArgs.Column property. |
See Also