Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ShowGroupHeaders { get; set; }

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