Back to Devexpress

ASPxListBox.ItemImage Property

aspnet-devexpress-dot-web-dot-aspxlistbox-651aefb8.md

latest1.2 KB
Original Source

ASPxListBox.ItemImage Property

Gets the settings of a common image which is displayed by all the items within 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 ListEditProperties.ItemImage property.

See Also

List Box

ASPxListBox Class

ASPxListBox Members

DevExpress.Web Namespace