RadPaginationControl is a helper control that tracks the current position within an IPageProvider instance.
Currently this interface is implemented by RadSlideView.
RadPaginationControl differs from other data-pager controls (like RadDataPager from our Silverlight tools for example) in terms of data manipulation.
Rather than paging the data and providing the current page as a source to other consumers,
the control is simply a page cursor and it assumes that the current PageProvider will manipulate the data.
Note |
|---|
In order to use RadPaginationControl the following references are required: - Telerik.Windows.Core.dll
- Telerik.Windows.Controls.Primitives.dll
|