Skip to main content
Tab

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(10)]
public virtual int NumericButtonCount { get; set; }

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