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

NavBarGroup.ContentStyle Property

Gets the style settings for the group’s client region.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarGroupContentStyle ContentStyle { get; }

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.

See Also