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

In This Topic
    SelectedItems Property (C1MultiSelect)
    In This Topic
    Gets the collection of selected items in the drop-down C1.Win.TreeView.C1CheckList control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedItems As C1.Win.TreeView.C1CheckListSelectedItemCollection
    public C1.Win.TreeView.C1CheckListSelectedItemCollection SelectedItems {get;}
    See Also