Skip to main content

LayoutViewOptionsCustomization(LayoutView) Constructor

Initializes a new instance of the LayoutViewOptionsCustomization class.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public LayoutViewOptionsCustomization(
    LayoutView view
)

Parameters

Name Type Description
view LayoutView

A LayoutView object that will own the created object.

Remarks

This constructor is automatically called to initialize the LayoutView.OptionsCustomization property. Typically there is no need to call it directly from your code.

See Also