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