Class PagerDisplayModes
Specifies how the page controls are displayed on a RadDataPager control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class PagerDisplayModes : Enum
Fields
All
Shows all available buttons.
Declaration
public const PagerDisplayModes All
Field Value
First
Shows the First button.
Declaration
public const PagerDisplayModes First
Field Value
FirstLastNumeric
Shows the First, Last and numeric buttons.
Declaration
public const PagerDisplayModes FirstLastNumeric
Field Value
FirstLastPreviousNext
Shows the First, Last, Previous, and Next buttons.
Declaration
public const PagerDisplayModes FirstLastPreviousNext
Field Value
FirstLastPreviousNextNumeric
Shows the First, Last, Previous, Next, and numeric buttons.
Declaration
public const PagerDisplayModes FirstLastPreviousNextNumeric
Field Value
Last
Shows the Last button.
Declaration
public const PagerDisplayModes Last
Field Value
Next
Shows the Next button.
Declaration
public const PagerDisplayModes Next
Field Value
Numeric
Shows the numeric buttons.
Declaration
public const PagerDisplayModes Numeric
Field Value
Previous
Shows the Previous button.
Declaration
public const PagerDisplayModes Previous
Field Value
PreviousNext
Shows the Previous and Next buttons.
Declaration
public const PagerDisplayModes PreviousNext
Field Value
PreviousNextNumeric
Shows the Previous, Next, and numeric buttons.
Declaration
public const PagerDisplayModes PreviousNextNumeric
Field Value
Text
Shows the page index text box.
Declaration
public const PagerDisplayModes Text
Field Value
value__
Declaration
public int value__
Field Value
System.
|