RuleSet.GetEnumerator() Method
Returns an enumerator that iterates through a collection of rules.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Returns
Type | Description |
---|---|
IEnumerator<IRule> | The enumerator that iterates through a collection of IRule objects. |
See Also