PagerEllipsisMode Enum
In This Article
Lists values that specify how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
None
|
An Ellipsis symbol isn’t shown. |
Inside
|
An Ellipsis symbol |
Outside
|
An Ellipsis symbol |
#Related API Members
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