New to Telerik UI for WPFStart a free 30-day trial

Specifies how the ellipsis are displayed on a RadDataPager control.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
[Flags]
public enum AutoEllipsisModes

Fields

Ellipsis are shown after the numeric buttons.

C#
After = 2

Ellipsis are shown before the numeric buttons.

C#
Before = 1

Ellipsis are shown both before and after the numeric buttons.

C#
Both = Before | After

No ellipsis are shown.

C#
None = 0
In this article
DefinitionFieldsAfterBeforeBothNone
Not finding the help you need?
Contact Support