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.v24.1.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. |
OutsideNumeric | An Ellipsis symbol(s) is shown outside the range of pages. |
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.