Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RuleSet.GetRules() Method

Returns a list of all rules registered in the RuleSet.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public ReadOnlyCollection<IRule> GetRules()

Returns

Type Description
ReadOnlyCollection<IRule>

The list of IRule objects registered in the RuleSet.

See Also