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

DockLayoutManager.BeginCustomization() Method

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v22.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