Skip to main content

PagerEllipsisMode Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum PagerEllipsisMode

Members

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

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also