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

RuleSet.RegisteredSources Property

Specifies a list of rule sources registered in the current RuleSet.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public List<IRuleSource> RegisteredSources { get; }

Property Value

Type Description
List<IRuleSource>

The list of IRuleSource objects, registered in the RuleSet.

See Also