DataViewBase.ValidationError Property
In This Article
Provides access to the object, which contains information about the validation error. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public BaseValidationError ValidationError { get; }
#Property Value
Type | Description |
---|---|
Base |
A Base |
See Also