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

In This Topic
    ItemsSource Property (C1TileListBox)
    In This Topic
    Gets or sets the collection of items that will be shown.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also