Skip to main content

ColumnEventArgs(GridColumn) Constructor

Initializes a new instance of the ColumnEventArgs class with the specified band.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public ColumnEventArgs(
    GridColumn column
)

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