Skip to main content
A newer version of this page is available. .
Tab

ASPxPagerBase.EllipsisMode Property

Gets or sets how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PagerEllipsisMode.InsideNumeric)]
public virtual PagerEllipsisMode EllipsisMode { get; set; }

Property Value

Type Default Description
PagerEllipsisMode **InsideNumeric**

One of the PagerEllipsisMode values.

Available values:

Name Description
None

An Ellipsis symbol isn’t shown.

InsideNumeric

An Ellipsis symbol(s) is shown inside the range of pages.

PageEllipsisMode_Inside

OutsideNumeric

An Ellipsis symbol(s) is shown outside the range of pages.

PageEllipsisMode_Outside

Remarks

The maximum number of numeric buttons that can be displayed within a pager is specified by the ASPxPagerBase.NumericButtonCount property. If the actual number of pages is greater than this property’s value, an Ellipsis symbol is shown to indicate page numbers that are omitted. Use the EllipsisMode property to specify how an Ellipsis symbol is drawn.

See Also