Skip to main content
All docs
V24.1

DxTreeList.PagerVisibleNumericButtonCount Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
Int32 5

The maximum number of numeric buttons.

See Also