Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / Item Property
The zero-based index of the item in the view.

In This Topic
    Item Property (C1CollectionView)
    In This Topic
    Gets or sets the item at the specified view index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As Object
    public object this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The zero-based index of the item in the view.

    Property Value

    The item at the specified view index.
    See Also