Skip to main content
Tab

NavBarItemStyle Class

Defines style settings for navbar items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class NavBarItemStyle :
    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.

See Also