RadControls for WPF

Specifies how the ellipsis are displayed on a RadDataPager control.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data (in Telerik.Windows.Controls.Data.dll) Version: 2013.1.403.40

Syntax

C#
public enum AutoEllipsisModes
Visual Basic
Public Enumeration AutoEllipsisModes

Members

Member nameValueDescription
None0 No ellipsis are shown.
Before1 Ellipsis are shown before the numeric buttons.
After2 Ellipsis are shown after the numeric buttons.
Both3 Ellipsis are shown both before and after the numeric buttons.

See Also