Enum
AutoEllipsisModes

Specifies how the ellipsis are displayed on a RadDataPager control.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
[Flags]
public enum AutoEllipsisModes

Fields

After

Ellipsis are shown after the numeric buttons.

Declaration

cs-api-definition
After = 2

Field Value

AutoEllipsisModes

Before

Ellipsis are shown before the numeric buttons.

Declaration

cs-api-definition
Before = 1

Field Value

AutoEllipsisModes

Both

Ellipsis are shown both before and after the numeric buttons.

Declaration

cs-api-definition
Both = Before | After

Field Value

AutoEllipsisModes

None

No ellipsis are shown.

Declaration

cs-api-definition
None = 0

Field Value

AutoEllipsisModes

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