ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / SourceCollection Property

In This Topic
    SourceCollection Property (C1CollectionView)
    In This Topic
    Gets or sets the underlying collection which this C1CollectionView represents.
    Syntax
    'Declaration
     
    Public Property SourceCollection As System.Collections.IEnumerable
    public System.Collections.IEnumerable SourceCollection {get; set;}
    See Also