ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / RiaCollectionView Class / SourceCollection Property

In This Topic
    SourceCollection Property (RiaCollectionView)
    In This Topic
    Gets the underlying collection.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property SourceCollection As IEnumerable
    public virtual IEnumerable SourceCollection {get;}

    Property Value

    The underlying collection.
    See Also