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

OptionsColumn() Constructor

Initializes a new instance of the OptionsColumn class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v21.2.dll

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

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