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

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