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)
413
if (request.
Count
.HasValue)
415
result = result.Take(request.
Count
.Value);