Skip to main content
All docs
V25.1
  • .NET 8.0+

    IRuleSet.RegisteredSources Property

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

    Namespace: DevExpress.Persistent.Validation

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

    Declaration

    IList<IRuleSource> RegisteredSources { get; }

    Property Value

    Type Description
    IList<IRuleSource>

    The list of IRuleSource objects, registered in the IRuleSet.

    See Also