NavBarSettings.ShowExpandButtons Property
Gets or sets a value that specifies whether group expand buttons are displayed within the NavBar’s group headers.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if group expand buttons are displayed; otherwise, false. |
Remarks
Use the ShowExpandButtons property to control the visibility of group expand buttons within the headers of the navbar’s groups.
You can manipulate the expand button visibility for individual groups by using a group’s NavBarGroup.ShowExpandButton property.
See Also