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

ColumnEventArgs(GridColumn) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

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