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

In This Topic
    Items Property (C1MultiSelect)
    In This Topic
    Returns the collection of the C1.Win.TreeView.C1CheckListItem objects which are shown in drop-down part.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As C1.Win.TreeView.C1CheckListItemCollection
    public C1.Win.TreeView.C1CheckListItemCollection Items {get;}
    See Also