ValidationCompletedEventArgs.Result Property
Returns the result of the entire RuleSet validation.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Persistent.Validation.RuleSetValidationResult | The validation result. |
See Also