Back to Devexpress

ItemBulletStyle Enum

aspnet-devexpress-dot-web-d523f4a2.md

latest1.7 KB
Original Source

ItemBulletStyle Enum

Specifies the bullet style for the group’s items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ItemBulletStyle
vb
Public Enum ItemBulletStyle

Members

NameDescription
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, …).

|

The following properties accept/return ItemBulletStyle values:

Remarks

The ItemBulletStyle enumerator contains values specifying the bullet style for the group’s items. The values of this enumerator are used to set the NavBarGroup.ItemBulletStyle property.

See Also

DevExpress.Web Namespace