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

NavBarItemStyle Class

Defines style settings for navbar items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class NavBarItemStyle :
    AppearanceItemStyle

The following members return NavBarItemStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxNavBar.ItemStyle
NavBarGroup.ItemStyle
NavBarStyles.Item
ASP.NET Bootstrap Controls BootstrapAccordion.ItemStyle
BootstrapAccordionGroup.ItemStyle

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