Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TileListBox Class / ItemTemplate Property

In This Topic
    ItemTemplate Property (C1TileListBox)
    In This Topic
    Template applied to all the items of the list.
    Syntax
    'Declaration
     
    
    Public Property ItemTemplate As DataTemplate
    public DataTemplate ItemTemplate {get; set;}
    See Also