Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1HeaderedItemsControl Class / Items Property

In This Topic
    Items Property (C1HeaderedItemsControl)
    In This Topic
    Gets the collection of items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As ItemsCollection
    public ItemsCollection Items {get;}
    See Also