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

BootstrapAccordionGroup.ItemBulletStyle Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[Browsable(false)]
public ItemBulletStyle ItemBulletStyle { get; set; }

Property Value

Type
ItemBulletStyle

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

See Also