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

NavBarStyles.GroupHeaderCollapsed Property

Gets the style settings defining the appearance of all collapsed group headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public NavBarGroupHeaderStyle GroupHeaderCollapsed { get; }

Property Value

Type Description
NavBarGroupHeaderStyle

A NavBarGroupHeaderStyle object that contains the style settings.

Remarks

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

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

See Also