Enum PagerDisplayModes
Specifies how the page controls are displayed on a RadDataPager control.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
[Flags]
public enum PagerDisplayModes
All
Shows all available buttons.
First
Shows the First button.
FirstLastNumeric
Shows the First, Last and numeric buttons.
FirstLastPreviousNext
Shows the First, Last, Previous, and Next buttons.
FirstLastPreviousNextNumeric
Shows the First, Last, Previous, Next, and numeric buttons.
Last
Shows the Last button.
Next
Shows the Next button.
Numeric
Shows the numeric buttons.
Previous
Shows the Previous button.
PreviousNext
Shows the Previous and Next buttons.
PreviousNextNumeric
Shows the Previous, Next, and numeric buttons.
Text
Shows the page index text box.