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

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