1 write to Count
Microsoft.AspNetCore.Components.QuickGrid (1)
GridItemsProviderRequest.cs (1)
50
Count
= count;
2 references to Count
Microsoft.AspNetCore.Components.QuickGrid (2)
QuickGrid.razor.cs (2)
380
if (request.
Count
.HasValue)
382
result = result.Take(request.
Count
.Value);