ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ItemsControl Class / ItemsSource Property

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