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

InfiniteSource Properties

The infinite 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.
FetchMode Gets or sets the mode of fetching rows. Inherited from InfiniteSourceBase.
FetchRowsException Gets an exception that occurred while fetching rows. Inherited from VirtualSourceBase.
IsResetting Gets whether the source’s data is resetting. Inherited from InfiniteSourceBase.
IsRowUpdating For internal use. Inherited from VirtualSourceBase.
RowsFetchState Gets a state of fetching rows. Inherited from InfiniteSourceBase.
SummaryInProgressText Gets or sets the text that is shown when the summary is calculating. Inherited from VirtualSourceBase.
See Also