FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSelectedItemsCollection Class / Item Property
The index in the collection of selected items.

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

    Parameters

    index
    The index in the collection of selected items.
    See Also