Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / ItemsCollection Class
Members

In This Topic
    ItemsCollection Class
    In This Topic
    Collection of items
    Syntax
    'Declaration
     
    
    Public Class ItemsCollection 
       Inherits C1.DataCollection.C1DataCollectionList(Of Object)
    public class ItemsCollection : C1.DataCollection.C1DataCollectionList<object> 
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionList<T>
          C1.Blazor.Core.ItemsCollection
             C1.Blazor.Accordion.AccordionItemsCollection

    See Also