Skip to main content
A newer version of this page is available. .

IGrid.PagerSwitchToInputBoxButtonCount Property

Specifies the number of pages when the pager switches from numeric buttons to the input box in Auto mode.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(11)]
int PagerSwitchToInputBoxButtonCount { get; set; }

Property Value

Type Default Description
Int32 11

Specifies the number of pages when the pager switches to the input box.

Remarks

Refer to the PagerSwitchToInputBoxButtonCount property description for more information and an example.

See Also