DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / Source Property

In This Topic
    Source Property (C1BindingListDataCollection)
    In This Topic
    Gets the data source of this collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As IEnumerable
    public IEnumerable Source {get;}
    See Also