Skip to main content
A newer version of this page is available. .

PagedSource Properties

The paged source.
Name Description
AreRowsFetching Gets whether the source is fetching rows right now. Inherited from VirtualSourceBase.
AreSourceRowsThreadSafe Specifies whether retrieved elements are thread-safe.
Count Returns the number of elements. Inherited from VirtualSourceBase.
CustomProperties Gets or sets custom descriptors. Inherited from VirtualSourceBase.
ElementType Gets or sets the type of objects retrieved from a data source. Inherited from VirtualSourceBase.
FetchRowsException Gets an exception that occurred while fetching rows. Inherited from VirtualSourceBase.
HasMorePages Gets whether there are more pages to show. Inherited from PagedSourceBase.
IsCurrentPageLoading Gets whether the source is fetching current page right now. Inherited from PagedSourceBase.
IsRowUpdating For internal use. Inherited from VirtualSourceBase.
PageCount Gets the number of displayed pages. Inherited from PagedSourceBase.
PageIndex Gets or sets the index of the page currently being selected. Inherited from PagedSourceBase.
PageNavigationMode Gets or sets how moving from one page to another is allowed. Inherited from PagedSourceBase.
PageSize Gets or sets the maximum number of rows that can be displayed on a page. Inherited from PagedSourceBase.
SummaryInProgressText Gets or sets the text that is shown when the summary is calculating. Inherited from VirtualSourceBase.
TotalItemCount Gets the total row count. Inherited from PagedSourceBase.
See Also