ASPxNavBar.GroupHeaderStyleCollapsed Property
Gets the style settings for the headers of all collapsed groups within the navbar control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.