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

InfiniteAsyncSource Class

A virtual source component that allows you to bind the GridControl to a data source and display data with infinite scrolling.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v21.2.dll

Declaration

public sealed class InfiniteAsyncSource :
    InfiniteSourceBase,
    IAsyncSourceEventsHelperClient

Inheritance

Object
BindableBase
DevExpress.WinUI.Grid.VirtualSourceBase
DevExpress.WinUI.Grid.InfiniteSourceBase
InfiniteAsyncSource
See Also