ITreeList.PagerVisibleNumericButtonCount Property
In This Article
Specifies the maximum number of numeric buttons displayed in the pager.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(5)]
int PagerVisibleNumericButtonCount { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 5 | The maximum number of numeric buttons. |
#Remarks
Refer to the PagerVisibleNumericButtonCount property description for more information and an example.
See Also