RowDataBase.ValidationError Property
In This Article
Gets information about the row’s validation error.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[P(null, Handler = "$() => RaisePropertyChanged(ValidationErrorArgs)")]
public BaseValidationError ValidationError { get; }
#Property Value
Type | Description |
---|---|
Base |
Information about the row’s validation error. |
See Also