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

NavBarGroupHeaderStyle Class

Defines style settings for group headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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