GridDevExtremeDataSource<T> Constructors
Allows you to bind DxGrid and DxTreeList components to large IQueryable data collections.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