Skip to main content

DockLayoutManager.IsCustomizationFormVisible Property

Gets whether the Customization Window is visible.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public bool IsCustomizationFormVisible { get; }

#Property Value

Type Description
Boolean

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

See Also