Back to Devexpress

NavBarControl.ExplorerBarShowGroupButtons Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-c7b1c4e2.md

latest1.8 KB
Original Source

NavBarControl.ExplorerBarShowGroupButtons Property

Gets or sets whether group expand buttons are visible within group headers (when any of the explorer bar views are applied. ).

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool ExplorerBarShowGroupButtons { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property ExplorerBarShowGroupButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if group expand buttons are visible within group headers; otherwise, false.

|

Remarks

If group expand buttons are hidden, an end-user is not able to expand groups. In this mode, groups can be expanded in code via the NavBarGroup.Expanded property.

See Also

PaintStyleKind

Expanded

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace