Back to Devexpress

DockLayoutManager.BeginCustomization() Method

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-baa76aca.md

latest2.3 KB
Original Source

DockLayoutManager.BeginCustomization() Method

Enables Customization Mode and opens the Customization Window.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public void BeginCustomization()
vb
Public Sub 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

EndCustomization()

HideCustomizationForm()

IsCustomization

IsCustomizationChanged

IsCustomizationFormVisible

ShowCustomizationForm()

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace