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

In This Topic
    ItemTemplate Property (C1HeaderedItemsControl)
    In This Topic
    Gets or sets the template applied to all the items of the list.
    Syntax
    'Declaration
     
    
    Public Property ItemTemplate As RenderFragment(Of Object)
    public RenderFragment<object> ItemTemplate {get; set;}
    See Also