GridViewImages.CellError Property
Gets the settings of an error image displayed in a data cell.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 grid cell in batch edit mode.
See Also