Skip to main content

IGrid.PagerVisibleNumericButtonCount Property

Specifies the maximum number of numeric buttons displayed in the pager.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(5)]
int PagerVisibleNumericButtonCount { get; set; }

Property Value

Type Default Description
Int32 5

Specifies the maximum number of numeric buttons displayed in the pager.

Remarks

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

See Also