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

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