4 references to SetCurrentPageIndexAsync
Microsoft.AspNetCore.Components.QuickGrid (4)
Pagination\PaginationState.cs (2)
19
/// Gets the current zero-based page index. To set it, call <see cref="
SetCurrentPageIndexAsync
(int)" />.
73
return
SetCurrentPageIndexAsync
(LastPageIndex.Value);
Pagination\Paginator.razor.cs (2)
76
return State.
SetCurrentPageIndexAsync
(pageFromQuery);
90
await State.
SetCurrentPageIndexAsync
(pageFromQuery);