Back to Devexpress

GridDevExtremeDataSource<T> Constructors

blazor-devexpress-dot-blazor-dot-griddevextremedatasource-1-dot-ctor.md

latest1.7 KB
Original Source

GridDevExtremeDataSource<T> Constructors

Allows you to bind DxGrid and DxTreeList components to large IQueryable data collections.

NameParametersDescription
GridDevExtremeDataSource(Func<Uri, CancellationToken, Task<Stream>>, Uri)httpRequestFunc, urlInitializes a new instance of the GridDevExtremeDataSource<T> class with specified URL and function that generates an HTTP request.
GridDevExtremeDataSource(IQueryable<T>)sourceInitializes a new instance of the GridDevExtremeDataSource<T> class with the specified data collection.
GridDevExtremeDataSource(HttpClient, Uri)httpClient, urlInitializes a new instance of the GridDevExtremeDataSource<T> class with the specified HTTP client and URL.

See Also

GridDevExtremeDataSource<T> Class

GridDevExtremeDataSource<T> Members

DevExpress.Blazor Namespace