ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RuleCollection Class / Item Property

In This Topic
    Item Property (RuleCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As BaseRule
    public BaseRule this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also