ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / SourceCollection Property

In This Topic
    SourceCollection Property (BaseCollectionView)
    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