ASPxTitleIndex.ItemImage Property
In This Article
Gets the settings of an image displayed by all the items in the ASPxTitleIndex.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties ItemImage { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
If the ItemImage property is specified, the item’s image is displayed instead of item bullets (ASPxTitleIndex.ItemBulletStyle). For more information, see Data Item Image.
See Also