IGrid.PagerNavigationMode Property
Specifies how users navigate between Grid pages.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
[DefaultValue(PagerNavigationMode.Auto)]
PagerNavigationMode PagerNavigationMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pager |
Auto | A Pager |
Available values:
Name | Description |
---|---|
Auto | The input box is displayed if the total number of pages is greater than or equal to the Switch |
Input |
Users can type a page number in the displayed Go to Page input box to jump to the corresponding page. |
Numeric |
Users can click numeric buttons to navigate between pages. |
#Remarks
Refer to the PagerNavigationMode property description for more information and an example.