Back to Devexpress

DockLayoutManager.IsCustomizationFormVisible Property

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

latest2.0 KB
Original Source

DockLayoutManager.IsCustomizationFormVisible Property

Gets whether the Customization Window is visible.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

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

Property Value

TypeDescription
Boolean

true if the Customization Window is visible; otherwise, false.

|

See Also

BeginCustomization()

CustomizationFormVisibleChanged

EndCustomization()

HideCustomizationForm()

IsCustomization

IsCustomizationChanged

ShowCustomizationForm()

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace