WPF DataPager (SfDataPager) Overview
23 Oct 2019 / 1 minute to read
The SfDataPager control provides a configurable user interface for paging using a data collection. You can bind the SfDataPager to any IEnumerable (http://msdn.microsoft.com/en-us/library/system.collections.ienumerable(v=vs.95).aspx)collection. The SfDataPager control wraps the collection internally in PagedCollectionView and exposes by using PagedSource property. PagedCollectionView helps to provide the paging functionality. You can apply paging for data bound control by setting PagedSource property as ItemsSource for that control.
The following screenshot displays the basic concept of paging.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page