TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / Count Property

In This Topic
    Count Property (C1CheckListItemCollection)
    In This Topic
    Gets the number of items contained in the C1CheckListItemCollection instance.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1CheckListItemCollection.Count", "Gets the number of items contained in the C1CheckListItemCollection instance.")>
    Public ReadOnly Property Count As Integer
    [C1Description("C1CheckListItemCollection.Count", "Gets the number of items contained in the C1CheckListItemCollection instance.")]
    public int Count {get;}
    See Also