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

ColumnViewOptionsSelection() Constructor

Initializes a new instance of the ColumnViewOptionsSelection class.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public ColumnViewOptionsSelection()

Remarks

This constructor is called automatically when a ColumnView descendant initializes its ColumnView.OptionsSelection property. Normally there’s no need to call this constructor directly.

See Also