Skip to main content
Tab

TitleIndexItemBulletStyle Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum TitleIndexItemBulletStyle

Members

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.

Related API Members

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