Skip to main content

DockLayoutManager.IsCustomizationFormVisible Property

Gets whether the Customization Window is visible.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool IsCustomizationFormVisible { get; }

Property Value

Type Description
Boolean

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

See Also