GridDataProviderResultTItem Class

Represents the result of a data provider request for a GridTItem

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class GridDataProviderResult<TItem>
Inheritance
Object    GridDataProviderResultTItem

Type Parameters

TItem
Model type the GridTItem is based on.

Constructors

GridDataProviderResultTItemInitializes a new instance of the GridDataProviderResultTItem class

Properties

Data The provided items by the request.
TotalCount The total item count in the source (for pagination and infinite scroll).

See Also