Back to Devexpress

ASPxPagerBase.NumericButtonCount Property

aspnet-devexpress-dot-web-dot-aspxpagerbase-d1b4f3ae.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(10)]
public virtual int NumericButtonCount { get; set; }
vb
<DefaultValue(10)>
Public Overridable Property NumericButtonCount As Integer

Property Value

TypeDefaultDescription
Int3210

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

EllipsisMode

ItemCount

ItemsPerPage

Pager

ASPxPagerBase Class

ASPxPagerBase Members

DevExpress.Web Namespace