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

ASPxTitleIndex.ItemImage Property

Gets the settings of an image displayed by all the items in the ASPxTitleIndex.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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