Skip to main content
Tab

ASPxAutoCompleteBoxBase.ItemImage Property

Gets the settings of the common image displayed by all the items in the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties ItemImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

This property is a wrapper of the AutoCompleteBoxPropertiesBase.ItemImage property.

See Also