Back to Devexpress

ASPxAutoCompleteBoxBase.ItemImage Property

aspnet-devexpress-dot-web-dot-aspxautocompleteboxbase-64ff8775.md

latest1.2 KB
Original Source

ASPxAutoCompleteBoxBase.ItemImage Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageProperties ItemImage { get; }
vb
Public ReadOnly Property ItemImage As ImageProperties

Property Value

TypeDescription
ImageProperties

An ImageProperties object that contains image settings.

|

Remarks

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

See Also

ASPxAutoCompleteBoxBase Class

ASPxAutoCompleteBoxBase Members

DevExpress.Web Namespace