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

OptionsCustomizationForm(ILayoutControl) Constructor

Initializes a new instance of the OptionsCustomizationForm class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public OptionsCustomizationForm(
    ILayoutControl control
)

Parameters

Name Type Description
control DevExpress.XtraLayout.ILayoutControl

An object that implements the DevExpress.XtraLayout.ILayoutControl interface, and owns the created OptionsCustomizationForm object.

Remarks

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

See Also