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.v26.1.dll

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