Skip to main content

OptionsColumn() Constructor

Initializes a new instance of the OptionsColumn class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public OptionsColumn()

Remarks

This constructor is called automatically when a GridColumn object initializes its GridColumn.OptionsColumn property. Usually, it’s not necessary to use this constructor directly in applications.

See Also