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

In This Topic
    Items Property (TreeViewItem)
    In This Topic
    gets or sets the children of the node.
    Syntax
    'Declaration
     
    
    Public Property Items As TreeViewItemsCollection
    public TreeViewItemsCollection Items {get; set;}
    See Also