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

ValidationCompletedEventArgs.Result Property

Returns the result of the entire RuleSet validation.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public RuleSetValidationResult Result { get; }

Property Value

Type Description
DevExpress.Persistent.Validation.RuleSetValidationResult

The validation result.

See Also