Skip to main content

GridOptionsBehavior(ColumnView) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v26.1.dll

Declaration

public GridOptionsBehavior(
    ColumnView view
)

Parameters

Name Type Description
view ColumnView

A ColumnView descendant which represents a Grid View whose behavior options are initialized.

Remarks

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

See Also