TreeListImages.CellError Property
In This Article
Gets error image settings displayed in a data cell.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties CellError { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
Use the CellError property to specify an error image displayed in a tree list cell in batch edit mode.
See Also