Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public sealed class InfiniteAsyncSource :
    InfiniteSourceBase,
    IAsyncSourceEventsHelperClient
See Also