InfiniteAsyncSource Class
In This Article
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
#Inheritance
Object
BindableBase
VirtualSourceBase
InfiniteSourceBase
InfiniteAsyncSource
See Also