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

RuleSet.RegisteredSources Property

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

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v19.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