DockLayoutManager.BeginCustomization() Method
Enables Customization Mode and opens the Customization Window.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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