ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / SelectedIndices Property

In This Topic
    SelectedIndices Property (DropDownList)
    In This Topic
    Returns the SelectedRowCollection object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedIndices As SelectedRowCollection
    public SelectedRowCollection SelectedIndices {get;}
    See Also