Skip to main content

GridDevExtremeDataSource<T> Constructors

Allows you to bind the DxGrid to a large IQueryable<T> data collection.
Name Parameters Description
GridDevExtremeDataSource(Func<Uri, CancellationToken, Task<Stream>>, Uri) httpRequestFunc, url Initializes a new instance of the GridDevExtremeDataSource<T> class with specified URL and function that generates an HTTP request.
GridDevExtremeDataSource(IQueryable<T>) source Initializes a new instance of the GridDevExtremeDataSource<T> class with the specified data collection.
GridDevExtremeDataSource(HttpClient, Uri) httpClient, url Initializes a new instance of the GridDevExtremeDataSource<T> class with the specified HTTP client and URL.
See Also