Skip to main content
Tab

NavBarGroup.HeaderStyleCollapsed Property

Gets the header style of the group which is in collapsed state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarGroupHeaderStyle HeaderStyleCollapsed { get; }

Property Value

Type Description
NavBarGroupHeaderStyle

A NavBarGroupHeaderStyle object that contains the style settings for the collapsed group’s header.

Remarks

The HeaderStyleCollapsed property provides access to the style settings which define the header style for the collapsed state of the group. If this property is not defined the header style of the collapsed group is derived from the ASPxNavBar.GroupHeaderStyleCollapsed or, if it’s not set, is specified by either ASPxNavBar.GroupHeaderStyle or NavBarGroup.HeaderStyle property.

See Also