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

DockLayoutManager.EndCustomization() Method

Finishes Customization Mode and closes the Customization Window.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void EndCustomization()

Remarks

Call the DockLayoutManager.BeginCustomization method to invoke the Customization Window.

See Also