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

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