aspnet-devexpress-dot-web-59499d2a.md
Defines style settings for navbar items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class NavBarItemStyle :
AppearanceItemStyle
Public Class NavBarItemStyle
Inherits AppearanceItemStyle
The following members return NavBarItemStyle objects:
The NavBarItemStyle class contains settings that define the style of items within a navbar control.
An object of the NavBarItemStyle type can be accessed by the ASPxNavBar.ItemStyle property of a navbar control and the NavBarGroup.ItemStyle property of a group object.
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle NavBarItemStyle
See Also