Back to Devexpress

AutoCompleteBoxPropertiesBase.ItemImage Property

aspnet-devexpress-dot-web-dot-autocompleteboxpropertiesbase-dedfae00.md

latest1.7 KB
Original Source

AutoCompleteBoxPropertiesBase.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

The ItemImage property provides access to the settings that define the common item image which should be displayed by all the items within the editor.

The image’s default width is equaled to 32px when the ASPxListBox.Columns collection contains items or the ASPxAutoCompleteBoxBase.AllowEllipsisInText property is enabled.

Individual items can display their own images with the help of the ListEditItem.ImageUrl property.

See Also

AutoCompleteBoxPropertiesBase Class

AutoCompleteBoxPropertiesBase Members

DevExpress.Web Namespace