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

LayoutControl.CustomizationForm Property

Provides access to the Customization Form.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[Browsable(false)]
public UserCustomizationForm CustomizationForm { get; }

Property Value

Type Description
DevExpress.XtraLayout.Customization.UserCustomizationForm

A DevExpress.XtraLayout.Customization.UserCustomizationForm object which represents the Customization Form.

Remarks

Use the CustomizationForm property to access the Customization Form. You can change the form’s caption, assign a context menu to it, change its position etc.

For more information, see Customization Form.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CustomizationForm property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also