DataControlBase.ValidationError Property
In This Article
Provides access to the object, which contains information about the validation error. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "ValidationErrorChanged")]
public BaseValidationError ValidationError { get; }
#Property Value
Type |
---|
Base |
#Remarks
To learn more, see Row Validation
See Also