Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineDataBarRule Class / Ranges Property

In This Topic
    Ranges Property (RulesEngineDataBarRule)
    In This Topic
    The ranges which determine the scope the rule is applied to.
    Syntax
    'Declaration
     
    Public Property Ranges As RulesEngineRangeCollection
    public RulesEngineRangeCollection Ranges {get; set;}
    See Also