Back to Devexpress

ListEditProperties.ItemImage Property

aspnet-devexpress-dot-web-dot-listeditproperties-80b148b2.md

latest1.7 KB
Original Source

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

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

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

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

Note

The ItemImage property synchronizes its value with the editor’s ItemImage property.

See Also

ListEditProperties Class

ListEditProperties Members

DevExpress.Web Namespace