DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / SourceCollection Property

In This Topic
    SourceCollection Property
    In This Topic
    Returns the underlying collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property SourceCollection As IEnumerable
    public IEnumerable SourceCollection {get;}
    See Also