CellData.ValidationErrorImage Property
In This Article
Gets the image displayed in a cell if it is invalid.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[P(null, Handler = "$() => NotifyPropertyChanged(ValidationErrorImageArgs)")]
public ImageSource ValidationErrorImage { get; }
#Property Value
Type | Description |
---|---|
Image |
The image displayed in a cell if it is invalid. |
See Also