ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1TileListView Class / ItemsSource Property

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