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.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(PagerEllipsisMode.InsideNumeric)]
public virtual PagerEllipsisMode EllipsisMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pager |
Inside |
One of the Pager |
Available values:
Name | Description |
---|---|
None | An Ellipsis symbol isn’t shown. |
Inside |
An Ellipsis symbol |
Outside |
An Ellipsis symbol |
#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.