DataCollection | ComponentOne
C1.Mac.DataCollection Assembly / C1.Mac.DataCollection Namespace / C1TableViewSource Class / ItemsSource Property

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