Back to Devexpress

DockLayoutManager.IsCustomization Property

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

latest2.0 KB
Original Source

DockLayoutManager.IsCustomization Property

Gets whether Customization Mode is enabled. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool IsCustomization { get; }
vb
Public ReadOnly Property IsCustomization As Boolean

Property Value

TypeDescription
Boolean

true if Customization Mode is enabled; otherwise, false.

|

Remarks

To initiate layout customization, use the DockLayoutManager.BeginCustomization method.

See Also

BeginCustomization()

EndCustomization()

HideCustomizationForm()

IsCustomizationChanged

IsCustomizationFormVisible

ShowCustomizationForm()

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace