Skip to main content

OptionsCustomizationForm(ILayoutControl) Constructor

Initializes a new instance of the OptionsCustomizationForm class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public OptionsCustomizationForm(
    ILayoutControl ownerControl
)

Parameters

Name Type
ownerControl DevExpress.XtraLayout.ILayoutControl

Remarks

This constructor is automatically called when the layout control initializes its LayoutControl.OptionsCustomizationForm property.

See Also