Skip to main content

DocumentGroup.IsDropDownButtonVisible Property

Gets whether the drop-down button is displayed within the DocumentGroup’s header.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool IsDropDownButtonVisible { get; }

Property Value

Type Description
Boolean

true, if the drop-down button is displayed within the DocumentGroup’s header; otherwise, false.

Remarks

Use the DocumentGroup.ShowDropDownButton property to specify whether the drop-down button is visible.

See Also