Skip to main content

ColumnViewOptionsBehavior(ColumnView) Constructor

Initializes a new instance of the ColumnViewOptionsBehavior class with the specified owning View.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public ColumnViewOptionsBehavior(
    ColumnView view
)

Parameters

Name Type Description
view ColumnView

A ColumnView object whose behavior options are initialized.

Remarks

This constructor is automatically called when a View initializes its ColumnView.OptionsBehavior property.

See Also