Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / TreeViewItemsCollection Class
Members

In This Topic
    TreeViewItemsCollection Class
    In This Topic
    Object Model
    TreeViewItemsCollection ClassTreeViewItem Class
    Syntax
    'Declaration
     
    
    Public Class TreeViewItemsCollection 
       Inherits C1.DataCollection.C1DataCollectionList(Of TreeViewItem)
    public class TreeViewItemsCollection : C1.DataCollection.C1DataCollectionList<TreeViewItem> 
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionList<T>
          C1.Blazor.TreeView.TreeViewItemsCollection

    See Also