Skip to main content
Tab

ASPxNavBar.ShowGroupHeaders Property

Gets or sets a value that specifies whether group headers are displayed within NavBar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true if group headers are displayed; otherwise, false.

Remarks

Use the ShowGroupHeaders property to control the visibility of group headers within the navbar control.

See Also