RadControls for WPF

Specifies how the page controls 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 PagerDisplayModes
Visual Basic
Public Enumeration PagerDisplayModes

Members

Member nameValueDescription
First1 Shows the First button.
Last2 Shows the Last button.
Previous4 Shows the Previous button.
Next8 Shows the Next button.
Numeric16 Shows the numeric buttons.
Text32 Shows the page index text box.
FirstLastNumeric19 Shows the First, Last and numeric buttons.
FirstLastPreviousNext47 Shows the First, Last, Previous, and Next buttons.
FirstLastPreviousNextNumeric31 Shows the First, Last, Previous, Next, and numeric buttons.
PreviousNext44 Shows the Previous and Next buttons.
PreviousNextNumeric28 Shows the Previous, Next, and numeric buttons.
All63 Shows all available buttons.

See Also