Skip to main content

LayoutViewOptionsBehavior(LayoutView) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public LayoutViewOptionsBehavior(
    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.OptionsBehavior property.

See Also