ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / ItemsSource Property

In This Topic
    ItemsSource Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property ItemsSource As System.Collections.IEnumerable
    public System.Collections.IEnumerable ItemsSource {get; set;}
    See Also