aspnet-devexpress-dot-web-7f8c61e5.md
Defines style settings for group headers.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class NavBarGroupHeaderStyle :
AppearanceStyle
Public Class NavBarGroupHeaderStyle
Inherits AppearanceStyle
The following members return NavBarGroupHeaderStyle objects:
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.
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle NavBarGroupHeaderStyle
See Also