Skip to main content

CellData.ValidationErrorImage Property

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
ImageSource

The image displayed in a cell if it is invalid.

See Also