Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineRange Class / LastItem Property

In This Topic
    LastItem Property
    In This Topic
    Gets the index of the last item where the rule is applied.
    Syntax
    'Declaration
     
    Public ReadOnly Property LastItem As Nullable(Of Integer)
    public Nullable<int> LastItem {get;}
    See Also