Skip to main content

ColumnViewOptionsBehavior() Constructor

Initializes a new instance of the ColumnViewOptionsBehavior class.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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