Skip to main content
Tab

NavBarGroupHeaderStyle Class

Defines style settings for group headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class NavBarGroupHeaderStyle :
    AppearanceStyle

Remarks

The NavBarGroupHeaderStyle class contains settings that define the style of group headers within a navbar control.

An object of the NavBarGroupHeaderStyle type can be accessed by the ASPxNavBar.GroupHeaderStyle and ASPxNavBar.GroupHeaderStyleCollapsed properties of a navbar control and the NavBarGroup.HeaderStyle and NavBarGroup.HeaderStyleCollapsed properties of a group object.

See Also