VerticalGridImages.CellError Property
In This Article
Gets the settings of an error image displayed in a data cell.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.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 grid cell in batch edit mode.
See Also