1 write to StartIndex
Microsoft.AspNetCore.Components.Web (1)
Virtualization\ItemsProviderRequest.cs (1)
37StartIndex = startIndex;
5 references to StartIndex
Microsoft.AspNetCore.Components.QuickGrid (3)
QuickGrid.razor.cs (3)
335var startIndex = request.StartIndex; 340count = Math.Min(request.Count, Pagination.ItemsPerPage - request.StartIndex); 362items: providerResult.Items.Select((x, i) => ValueTuple.Create(i + request.StartIndex + 2, x)),
Microsoft.AspNetCore.Components.Web (2)
Virtualization\Virtualize.cs (2)
424_loadedItemsStartIndex = request.StartIndex; 453Items!.Skip(request.StartIndex).Take(request.Count),