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

DockLayoutManager.HideCustomizationForm() Method

Hides the Customization Window when Customization Mode is enabled.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v22.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void HideCustomizationForm()

Remarks

Call the DockLayoutManager.EndCustomization method to finish a DockLayoutManager‘s Customization Mode.

See Also