TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckList Class / Items Property

In This Topic
    Items Property (C1CheckList)
    In This Topic
    Gets the collection of items in this C1CheckList.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1CheckList.Items", "Gets the collection of items in this C1CheckList.")>
    <C1CategoryAttribute("Data")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Items As C1CheckListItemCollection
    [C1Description("C1CheckList.Items", "Gets the collection of items in this C1CheckList.")]
    [C1Category("Data")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public C1CheckListItemCollection Items {get;}
    See Also