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)" />. 73return SetCurrentPageIndexAsync(LastPageIndex.Value);
Pagination\Paginator.razor.cs (2)
76return State.SetCurrentPageIndexAsync(pageFromQuery); 90await State.SetCurrentPageIndexAsync(pageFromQuery);