Skip to main content
A newer version of this page is available. .
Tab

NavBarStyles.GroupHeader Property

Gets the style settings defining the appearance of group headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public NavBarGroupHeaderStyle GroupHeader { get; }

Property Value

Type Description
NavBarGroupHeaderStyle

A NavBarGroupHeaderStyle object that contains the style settings.

Remarks

The GroupHeader property allows you to specify the appearance of all group headers. You can specify the appearance of collapsed group headers via the NavBarStyles.GroupHeaderCollapsed property.

To specify a group header image, use the NavBarImages.GroupHeader property.

See Also