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

LayoutViewOptionsView(LayoutView) Constructor

Initializes a new instance of the LayoutViewOptionsView class with the specified owner.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public LayoutViewOptionsView(
    LayoutView view
)

Parameters

Name Type Description
view LayoutView

A LayoutView object whose behavior options are initialized.

Remarks

This constructor is automatically called to initialize the LayoutView.OptionsView property.

See Also