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

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