GridDevExtremeDataSource(IQueryable<T>) Constructor
Initializes a new instance of the GridDevExtremeDataSource<T> class with the specified data collection.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public GridDevExtremeDataSource(
IQueryable<T> source
)
Parameters
Name | Type | Description |
---|---|---|
source | IQueryable<T> | A data collection. |
Remarks
Refer to the GridDevExtremeDataSource<T> class description for more information and examples.
See Also