Skip to main content
.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.v23.1.dll

Declaration

public List<IRuleSource> RegisteredSources { get; }

Property Value

Type Description
List<IRuleSource>

The list of IRuleSource objects, registered in the RuleSet.

See Also