Back to Devexpress

ASPxCheckListBase.ItemImage Property

aspnet-devexpress-dot-web-dot-aspxchecklistbase-cbc1e097.md

latest1.2 KB
Original Source

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

ASPxCheckListBase Class

ASPxCheckListBase Members

DevExpress.Web Namespace