Back to Devexpress

PagerEllipsisMode Enum

aspnet-devexpress-dot-web-39557e25.md

latest1.6 KB
Original Source

PagerEllipsisMode Enum

Lists values that specify how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PagerEllipsisMode
vb
Public Enum PagerEllipsisMode

Members

NameDescription
None

An Ellipsis symbol isn’t shown.

| | InsideNumeric |

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

| | OutsideNumeric |

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

|

The following properties accept/return PagerEllipsisMode values:

Remarks

Values listed by this enumeration are used to set the ASPxPagerBase.EllipsisMode and PagerSettingsEx.EllipsisMode property values.

See Also

Pager

DevExpress.Web Namespace