DocumentGroup.IsDropDownButtonVisible Property
Gets whether the drop-down button is displayed within the DocumentGroup’s header.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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