GridDataProviderResultTItem Class
Represents the result of a data provider request for a
GridTItemNamespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class GridDataProviderResult<TItem>
- Inheritance
- Object GridDataProviderResultTItem
Type Parameters
- TItem
- Model type the GridTItem is based on.
| Data |
The provided items by the request.
|
| TotalCount |
The total item count in the source (for pagination and infinite scroll).
|