ITreeList.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)]
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