ASPxTitleIndex.ItemBulletStyle Property
In This Article
Gets or sets the bullet style.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(TitleIndexItemBulletStyle.NotSet)]
public TitleIndexItemBulletStyle ItemBulletStyle { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Title |
Not |
One of the Item |
Available values:
Name | Description |
---|---|
Not |
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.
Note
If items are associated with the image specified by the ASPx
See Also