Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / Items Property

In This Topic
    Items Property (C1TreeView)
    In This Topic
    Gets the collection of tree-view items. Every tree-view items contains the sub-items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As TreeViewItemsCollection
    public TreeViewItemsCollection Items {get;}
    See Also