Back to Devexpress

TitleIndexItemBulletStyle Enum

aspnet-devexpress-dot-web-b3ca407b.md

latest1.7 KB
Original Source

TitleIndexItemBulletStyle Enum

Specifies the bullet style for the control’s Data Item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TitleIndexItemBulletStyle
vb
Public Enum TitleIndexItemBulletStyle

Members

NameDescription
NotSet

The bullet style is not set.

| | None |

The bullet style is not applied to data items.

| | Auto |

The bullet style is selected automatically (by default it is set to Circle ).

| | 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.

|

The following properties accept/return TitleIndexItemBulletStyle values:

Remarks

The TitleIndexItemBulletStyle enumerator contains values specifying the bullet style for the data items displayed within the ASPxTitleIndex. The values of this enumerator are used to set the ASPxTitleIndex.ItemBulletStyle property.

See Also

DevExpress.Web Namespace