DataPager.PagedSource Property
In This Article
Gets the paged source collection. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.DataPager
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
The paged collection. |
#Remarks
The Data Pager is designed to interact with data sources implementing System.ComponentModel.IPagedCollectionView. The data source is specified by the DataPager.Source property. If the data source does not implement System.ComponentModel.IPagedCollectionView, the Data Pager wraps it to a paged collection that can be accessed via the PagedSource property.
See Also