Skip to main content

DockLayoutManager.BeginCustomization() Method

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void BeginCustomization()

Remarks

Use the DockLayoutManager.AllowCustomization property to specify whether Customization Mode can be enabled.

Call the DockLayoutManager.EndCustomization method to disable Customization Mode and close the Customization Window.

See Also