Back to Devexpress

NavBarItemStyle Class

aspnet-devexpress-dot-web-59499d2a.md

latest2.5 KB
Original Source

NavBarItemStyle Class

Defines style settings for navbar items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class NavBarItemStyle :
    AppearanceItemStyle
vb
Public Class NavBarItemStyle
    Inherits AppearanceItemStyle

The following members return NavBarItemStyle objects:

Remarks

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle NavBarItemStyle

See Also

NavBarItemStyle Members

ASPxNavBar.ItemStyle

NavBarGroup.ItemStyle

Navigation Bar

DevExpress.Web Namespace