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

PagedAsyncSource Class

The asynchronous paged source.

Namespace: DevExpress.Xpf.Data

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

Declaration

public sealed class PagedAsyncSource :
    PagedSourceBase,
    IAsyncSourceEventsHelperClient

Remarks

Refer to the Virtual Sources Overview topic to learn more.

VirtualSourcesPagedAsync

Example

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

See Also