NavBarSettings.ShowGroupHeaders Property
Gets or sets a value that specifies whether group headers are displayed within NavBar.
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 headers are displayed; otherwise, false. |
Remarks
Use the ShowGroupHeaders property to control the visibility of group headers within the NavBar.
See Also