Skip to main content
All docs
V26.1
  • IRuleSet.RegisteredSources Property

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

    Namespace: DevExpress.Persistent.Validation

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

    Declaration

    IList<IRuleSource> RegisteredSources { get; }

    Property Value

    Type Description
    IList<IRuleSource>

    The list of IRuleSource objects, registered in the IRuleSet.

    See Also