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

ASPxTitleIndex.ItemBulletStyle Property

Gets or sets the bullet style.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(TitleIndexItemBulletStyle.NotSet)]
public TitleIndexItemBulletStyle ItemBulletStyle { get; set; }

Property Value

Type Default Description
TitleIndexItemBulletStyle **NotSet**

One of the ItemBulletStyle enumeration values.

Available values:

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.

Remarks

The image below shows the ASPxTitleIndex control with the Disc bullet style applied.

ASPxTitleIndex_BulletType

Note

If items are associated with the image specified by the ASPxTitleIndex.ItemImage property, this image is rendered instead of the bullet image.

See Also