Skip to main content
A newer version of this page is available. .

DataControlBase.ValidationError Property

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.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "ValidationErrorChanged")]
public BaseValidationError ValidationError { get; }

Property Value

Type
BaseValidationError

Remarks

To learn more, see Row Validation

See Also