Skip to main content
A newer version of this page is available. .

DocumentGroup.IsDropDownButtonVisible Property

Gets whether the DropDown button is displayed within the DocumentGroup’s header.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public bool IsDropDownButtonVisible { get; }

Property Value

Type Description
Boolean

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

Remarks

Use the DocumentGroup.ShowDropDownButton property to specify whether the DropDown button is visible.

See Also