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

In This Topic
    ItemsPanel Property (C1TileListBox)
    In This Topic
    Gets or sets the panel template that will be used when creating the items.
    Syntax
    'Declaration
     
    
    Public Property ItemsPanel As DataTemplate
    public DataTemplate ItemsPanel {get; set;}
    See Also