0 out of 1 rated this helpful - Rate this topic

IPagedCollectionView Interface

Silverlight

Defines methods and properties that a collection view implements to provide paging capabilities to a collection.

Namespace:  System.ComponentModel
Assembly:  System.Windows.Data (in System.Windows.Data.dll)
public interface IPagedCollectionView

The IPagedCollectionView type exposes the following members.

  Name Description
Public property CanChangePage Gets a value that indicates whether the PageIndex value can change.
Public property IsPageChanging Gets a value that indicates whether the page index is changing.
Public property ItemCount Gets the number of known items in the view before paging is applied.
Public property PageIndex Gets the zero-based index of the current page.
Public property PageSize Gets or sets the number of items to display on a page.
Public property TotalItemCount Gets the total number of items in the view before paging is applied.
Top
  Name Description
Public method MoveToFirstPage Sets the first page as the current page.
Public method MoveToLastPage Sets the last page as the current page.
Public method MoveToNextPage Moves to the page after the current page.
Public method MoveToPage Moves to the page at the specified index.
Public method MoveToPreviousPage Moves to the page before the current page.
Top
  Name Description
Public event PageChanged When implementing this interface, raise this event after the PageIndex has changed.
Public event PageChanging When implementing this interface, raise this event before changing the PageIndex. The event handler can cancel this event.
Top

The PagedCollectionView type implements IPagedCollectionView.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ