Skip to main content
Tab

ASPxTitleIndex.ItemImage Property

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
ImageProperties

An ImageProperties object that contains image settings.

#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