Skip to main content
A newer version of this page is available. .
Tab

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties ItemImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

This property is a wrapper of the ListEditProperties.ItemImage property.

See Also