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

ASPxNavBar.GroupHeaderStyleCollapsed Property

Gets the style settings for the headers of all collapsed groups within the navbar control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public NavBarGroupHeaderStyle GroupHeaderStyleCollapsed { get; }

Property Value

Type Description
NavBarGroupHeaderStyle

A NavBarGroupHeaderStyle object that contains the style settings for the group headers.

Remarks

The GroupHeaderStyleCollapsed property provides access to the style settings which define the header style for the collapsed state of the navbar’s groups. If this property is not defined the header style of the collapsed groups is specified by the navbar’s ASPxNavBar.GroupHeaderStyle property.

A specific style can be applied to the header of a particular collapsed group by using the group’s NavBarGroup.HeaderStyleCollapsed property.

See Also