ASPxListBox.ItemImage Property
In This Article
Gets the settings of a common image which is displayed by all the items within the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties ItemImage { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
This property is a wrapper of the ListEditProperties.ItemImage property.
See Also