expressappframework-devexpress-dot-persistent-dot-validation-bb191245.md
Provides access to the Validation Rules declared in an XAF application.
Namespace : DevExpress.Persistent.Validation
Assembly : DevExpress.Persistent.Base.v25.2.dll
NuGet Package : DevExpress.Persistent.Base
public static class Validator
Public Module Validator
The Validator class exposes a single DevExpress.Persistent.Validation.Validator.RuleSet public property. This property returns a RuleSet object representing all the Validation Rules declared in an application. This object’s methods allow you to trigger validation programmatically. To learn how to do this, refer to the following topic: Trigger Validation Programmatically and Customize Default Rule Behavior.
Object Validator
See Also