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

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