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

ColumnViewOptionsBehavior() Constructor

Initializes a new instance of the ColumnViewOptionsBehavior class.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public ColumnViewOptionsBehavior()

Remarks

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

See Also