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

PagerSettingsEx.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.v18.2.dll

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

Property Paths

You can access this nested property as listed below:

Show 30 property paths

Remarks

The maximum number of numeric buttons that can be displayed within a paginated control is specified by the PagerSettingsEx.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