1 write to TotalItemCount
Microsoft.AspNetCore.Components.QuickGrid (1)
Pagination\PaginationState.cs (1)
66
TotalItemCount
= totalItemCount;
7 references to TotalItemCount
Microsoft.AspNetCore.Components.QuickGrid (7)
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.
32
public int? LastPageIndex => (
TotalItemCount
- 1) / ItemsPerPage;
44
=> HashCode.Combine(ItemsPerPage, CurrentPageIndex,
TotalItemCount
);
61
if (totalItemCount ==
TotalItemCount
)
77
TotalItemCountChanged?.Invoke(this,
TotalItemCount
);
Pagination_Paginator_razor.g.cs (2)
47
if (State.
TotalItemCount
.HasValue)
99
__builder.AddContent(9, State.
TotalItemCount