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

In This Topic
    BaseCollectionView Class
    In This Topic
    A basic implementation of the ICollectionView, IPagedCollectionView, IEditableCollectionView that can be used as base class and extended by the user who wants to implement one of the mentioned interfaces without creating the whole class.
    Object Model
    BaseCollectionView Class
    Syntax
    'Declaration
     
    
    Public Class BaseCollectionView 
    public class BaseCollectionView 
    Inheritance Hierarchy

    System.Object
       C1.Silverlight.DataGrid.Data.BaseCollectionView
          C1.Silverlight.DataGrid.Ria.RiaCollectionView

    See Also