Back to Devexpress

IGrid.PagerNavigationMode Property

blazor-devexpress-dot-blazor-dot-igrid-4b3872eb.md

latest1.6 KB
Original Source

IGrid.PagerNavigationMode Property

Specifies how users navigate between Grid pages.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(PagerNavigationMode.Auto)]
PagerNavigationMode PagerNavigationMode { get; set; }

Property Value

TypeDefaultDescription
PagerNavigationModeAuto

A PagerNavigationMode enumeration value.

|

Available values:

NameDescription
Auto

The input box is displayed if the total number of pages is greater than or equal to the SwitchToInputBoxButtonCount (for the Pager) or PagerSwitchToInputBoxButtonCount (for the Grid or TreeList), or the pager is shown on small devices. Otherwise, numeric buttons are displayed.

| | InputBox |

Users can type a page number in the displayed Go to Page input box to jump to the corresponding page.

| | NumericButtons |

Users can click numeric buttons to navigate between pages.

|

Remarks

Refer to the PagerNavigationMode property description for additional information and an example.

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace