Back to Devexpress

NavBarGroupContentStyle Class

aspnet-devexpress-dot-web-3585f650.md

latest2.9 KB
Original Source

NavBarGroupContentStyle Class

Defines style settings for the client regions of groups.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return NavBarGroupContentStyle objects:

Remarks

The NavBarGroupContentStyle class contains settings that define the style of the client regions of groups within the navbar control. A group’s client region is considered as an area where group items are displayed - it doesn’t involve the group’s header.

An object of the NavBarGroupContentStyle type can be accessed by the ASPxNavBar.GroupContentStyle property of a navbar control and the NavBarGroup.ContentStyle property of a group object.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle NavBarGroupContentStyle

See Also

NavBarGroupContentStyle Members

GroupContentStyle

ContentStyle

Navigation Bar

DevExpress.Web Namespace