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

ColumnViewOptionsBehavior(ColumnView) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

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