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

InfiniteSource Class

The infinite source.

Namespace: DevExpress.Xpf.Data

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

Declaration

public sealed class InfiniteSource :
    InfiniteSourceBase,
    ISyncSourceEventsHelperClient

Remarks

Refer to the Virtual Sources Overview topic to learn more.

VirtualSourcesTutorialAll

Example

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

See Also