Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool ExplorerBarShowGroupButtons { get; set; }

Property Value

Type Default Description
Boolean true

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