ComponentOne Input Library for WPF
C1.WPF.Input Namespace / MultiSelectItemsCollection Class / Item Property

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

    Parameters

    index
    See Also