1 write to TotalItemCount
Microsoft.AspNetCore.Components.QuickGrid (1)
Pagination\PaginationState.cs (1)
66TotalItemCount = totalItemCount;
5 references to TotalItemCount
Microsoft.AspNetCore.Components.QuickGrid (5)
Pagination\PaginationState.cs (5)
30/// Gets the zero-based index of the last page, if known. The value will be null until <see cref="TotalItemCount"/> is known. 32public int? LastPageIndex => (TotalItemCount - 1) / ItemsPerPage; 44=> HashCode.Combine(ItemsPerPage, CurrentPageIndex, TotalItemCount); 61if (totalItemCount == TotalItemCount) 77TotalItemCountChanged?.Invoke(this, TotalItemCount);