Enum Page
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates a pagination behavior.
public enum Page
- Extension Methods
Fields
First = 0
Navigate to the first page of results.
Last = 3
Navigate to the last page of results.
Next = 2
Navigate to the next page of results.
Previous = 1
Navigate to the previous page of results.