DataControlBase.HasValidationError Property
Gets whether a validation error has been defined for the grid. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a validation error is defined for the grid; otherwise, false. |
Remarks
The DataControlBase.ValidationError property returns the validation error.
To learn more, see Row Validation and Editor Validation.
See Also