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

TreeListImages.CellError Property

Gets error image settings displayed in a data cell.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties CellError { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

Use the CellError property to specify an error image displayed in a tree list cell in batch edit mode.

ASPxTreeList-Batch-CellError

See Also