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

LayoutControl.ShowCustomizationForm() Method

Invokes the Customization Form.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

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

Declaration

public virtual void ShowCustomizationForm()

Remarks

To hide the Customization Form call the LayoutControl.HideCustomizationForm method. When the Customization Form is displayed the LayoutControl.ShowCustomization event is fired.

For more information, see Customization Form.

See Also