NavBarGroup.ContentStyle Property
Gets the style settings for the group’s client region.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
NavBarGroupContentStyle | A NavBarGroupContentStyle object that contains the style settings for the group’s client region. |
Remarks
The ContentStyle property provides access to the style settings which define the appearance style for the client region of the current group. A group’s client region is considered as an area where group items are displayed - it doesn’t involve the group’s header. The header style of a group can be defined via the group’s NavBarGroup.HeaderStyle property.
In order to access and change the common content style for all groups within the navbar control, the navbar’s ASPxNavBar.GroupContentStyle property can be used.