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

InfiniteAsyncSource Class

The asynchronous infinite source.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public sealed class InfiniteAsyncSource :
    InfiniteSourceBase,
    IAsyncSourceEventsHelperClient

Remarks

Refer to the Virtual Sources Overview topic to learn more.

VirtualSourcesTutorialAll

Example

The How to Bind to InfiniteAsyncSource example demonstrates how to bind the GridControl to InfiniteAsyncSource.

See Also