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

NavBarGroup.ItemStyle Property

Gets the style settings for the group’s items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public NavBarItemStyle ItemStyle { get; }

Property Value

Type Description
NavBarItemStyle

A NavBarItemStyle object that contains the style settings for the group’s items.

Remarks

The ItemStyle property provides access to the style settings which define the appearance style of items within a particular group.

The common item style can be applied to all items within a navbar control by using the navbar’s ASPxNavBar.ItemStyle property

See Also