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

In This Topic
    PagedCollectionView Property (BaseCollectionView)
    In This Topic
    Gets the paged collection view associated to this class.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PagedCollectionView As IPagedCollectionView
    public IPagedCollectionView PagedCollectionView {get;}

    Property Value

    The paged collection view.
    See Also