DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / Source Property

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