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

PagedSource Class

The paged source.

Namespace: DevExpress.Xpf.Data

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

Declaration

public sealed class PagedSource :
    PagedSourceBase,
    ISyncSourceEventsHelperClient

Remarks

Refer to the Virtual Sources Overview topic to learn more.

VirtualSourcesPagedAsync

Example

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

See Also