Enum
DataPagerEllipsisMode

Specifies the supported ellipsis modes by the pager control.

Definition

Namespace:Telerik.Maui.Controls.DataPager

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum DataPagerEllipsisMode

Fields

After

Ellipsis is shown instead of the last numeric button.

Declaration

cs-api-definition
After = 2

Field Value

DataPagerEllipsisMode

Before

Ellipsis is shown instead of the first numeric button.

Declaration

cs-api-definition
Before = 1

Field Value

DataPagerEllipsisMode

Both

Ellipsis are shown on both sides.

Declaration

cs-api-definition
Both = 3

Field Value

DataPagerEllipsisMode

None

No ellipsis are shown.

Declaration

cs-api-definition
None = 0

Field Value

DataPagerEllipsisMode

In this article
DefinitionFieldsAfterBeforeBothNone
Not finding the help you need?
Contact Support