ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckList Class / SelectedItems Property

In This Topic
    SelectedItems Property (C1CheckList)
    In This Topic
    Gets the collection of selected items in this C1CheckList.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedItems As C1CheckListSelectedItemCollection
    public C1CheckListSelectedItemCollection SelectedItems {get;}
    See Also