Back to Devexpress

NavBarGroupHeaderStyle Class

aspnet-devexpress-dot-web-7f8c61e5.md

latest3.2 KB
Original Source

NavBarGroupHeaderStyle Class

Defines style settings for group headers.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class NavBarGroupHeaderStyle :
    AppearanceStyle
vb
Public Class NavBarGroupHeaderStyle
    Inherits AppearanceStyle

The following members return NavBarGroupHeaderStyle objects:

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle NavBarGroupHeaderStyle

See Also

NavBarGroupHeaderStyle Members

GroupHeaderStyle

GroupHeaderStyleCollapsed

HeaderStyle

HeaderStyleCollapsed

Navigation Bar

DevExpress.Web Namespace