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