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

NavBarGroup.ItemBulletStyle Property

Gets or sets the bullet style for the group’s items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(ItemBulletStyle.None)]
public ItemBulletStyle ItemBulletStyle { get; set; }

Property Value

Type Default Description
ItemBulletStyle **None**

One of the ItemBulletStyle values.

Available values:

Name Description
None

The bullet style is not applied to group items.

Disc

The bullet style is a filled circle shape.

Circle

The bullet style is an empty circle shape.

Square

The bullet style is a filled square shape.

Decimal

The bullet style is a number (1, 2, 3, …).

LowerRoman

The bullet style is a lowercase Roman numeral (i, ii, iii, …).

UpperRoman

The bullet style is an uppercase Roman numeral (I, II, III, …).

LowerAlpha

The bullet style is a lowercase letter (a, b, c, …).

UpperAlpha

The bullet style is an uppercase letter (A, B, C, …).

Remarks

Use the ItemBulletStyle property to specify the bullet style to apply to items in the current group. The ItemBulletStyle property is set, using one of the ItemBulletStyle enumeration values.

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.

See Also