Skip to main content

DockLayoutManager.EndCustomization() Method

Finishes Customization Mode and closes the Customization Window.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void EndCustomization()

Remarks

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

See Also