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.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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