aspnet-devexpress-dot-web-b3ca407b.md
Specifies the bullet style for the control’s Data Item.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum TitleIndexItemBulletStyle
Public Enum TitleIndexItemBulletStyle
| Name | Description |
|---|---|
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:
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