ComponentOne Basic Library for UWP
SourceCollection Property (C1CollectionView)

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : SourceCollection Property
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

Reference

C1CollectionView Class
C1CollectionView Members