ASPxPagerBase.NumericButtonCount Property
Gets or sets the maximum number of numeric buttons that can be displayed within a pager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 10 | An integer value that specifies the maximum number of numeric buttons. |
Remarks
If the actual number of pages is greater than the NumericButtonCount property’s value, an Ellipsis symbol is shown to indicate page numbers that are omitted. Use the ASPxPagerBase.EllipsisMode property to specify how an Ellipsis symbol is drawn.
See Also