IRuleSource.CreateRules() Method
Instantiates custom Validation Rules.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Returns
Type | Description |
---|---|
ICollection<IRule> | An ICollection<IRule> object, which represents custom Validation Rules. |
Remarks
When implementing the IRuleSource interface, use this property to supply the Validation Module with custom Validation Rules.
To see an example of implementing the IRuleSource interface, refer to the “Custom Rule Source” section of the Declare Validation Rules topic.
See Also