Skip to main content
All docs
V25.2
  • IRuleSet.RegisteredSources Property

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

    Namespace: DevExpress.Persistent.Validation

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

    NuGet Package: DevExpress.Persistent.Base

    Declaration

    IList<IRuleSource> RegisteredSources { get; }

    Property Value

    Type Description
    IList<IRuleSource>

    The list of IRuleSource objects, registered in the IRuleSet.

    See Also