Back to Devexpress

Item Bullet Style

aspnet-10500-components-site-navigation-and-layout-navigation-bar-concepts-item-bullet-style.md

latest1.6 KB
Original Source

Item Bullet Style

  • Dec 17, 2020

ASPxNavBar allows you to apply a bulleted or numbered list format to group items. Use the NavBarGroup.ItemBulletStyle property to specify a bullet style for items in the group.

The table below lists the available bullet styles.

NameDescriptionAppearance
CircleThe bullet style is an empty circle shape.
DecimalThe bullet style is a number.1, 2, 3, …
DiscThe bullet style is a filled circle shape.
LowerAlphaThe bullet style is a lowercase letter.a, b, c, …
LowerRomanThe bullet style is a lowercase Roman numeral.i, ii, iii, …
NoneThe bullet style is not applied to group items.none
SquareThe bullet style is a filled square shape.
UpperAlphaThe bullet style is an uppercase letter.A, B, C, …
UpperRomanThe bullet style is an uppercase Roman numeral.I, II, III, …

Note

If custom images are associated with items (via the ASPxNavBar.ItemImage, NavBarGroup.ItemImage, or NavBarItem.Image property), these images are displayed instead of bullet images.

The image below demonstrates different bullet styles.