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.v20.2.dll
Declaration
[DefaultValue(PagerEllipsisMode.InsideNumeric)]
public virtual PagerEllipsisMode EllipsisMode { get; set; }
<DefaultValue(PagerEllipsisMode.InsideNumeric)>
Public Overridable Property EllipsisMode As PagerEllipsisMode
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. |
Property Paths
You can access this nested property as listed below:
Show 33 property paths
Library | Object Type | Path to EllipsisMode |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxCardView |
|
ASPxDataView |
|
|
ASPxGridView |
|
|
ASPxImageGallery |
|
|
ASPxNewsControl |
|
|
ASPxPivotGrid |
|
|
ASPxTreeList |
|
|
ASPxVerticalGrid |
|
|
GridViewProperties |
|
|
ASP.NET Bootstrap Controls | BootstrapCardView |
|
BootstrapCardView |
|
|
BootstrapGridView |
|
|
BootstrapGridView |
|