Skip to main content

LayoutControl.HideCustomizationForm() Method

Closes the Customization Form.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void HideCustomizationForm()

Remarks

When the Customization Form is hidden the LayoutControl.HideCustomization event is fired.

See Also