NavBarGroup.ItemStyle Property
Gets the style settings for the group’s items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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