Enum
PagerDisplayModes

Specifies how the page controls are displayed on a RadDataPager control.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
[Flags]
public enum PagerDisplayModes

Fields

All

Shows all available buttons.

Declaration

cs-api-definition
All = Numeric | FirstLastPreviousNext

Field Value

PagerDisplayModes

First

Shows the First button.

Declaration

cs-api-definition
First = 1

Field Value

PagerDisplayModes

FirstLastNumeric

Shows the First, Last and numeric buttons.

Declaration

cs-api-definition
FirstLastNumeric = First | Last | Numeric

Field Value

PagerDisplayModes

FirstLastPreviousNext

Shows the First, Last, Previous, and Next buttons.

Declaration

cs-api-definition
FirstLastPreviousNext = First | Last | PreviousNext

Field Value

PagerDisplayModes

FirstLastPreviousNextNumeric

Shows the First, Last, Previous, Next, and numeric buttons.

Declaration

cs-api-definition
FirstLastPreviousNextNumeric = First | Last | PreviousNextNumeric

Field Value

PagerDisplayModes

Last

Shows the Last button.

Declaration

cs-api-definition
Last = 2

Field Value

PagerDisplayModes

Next

Shows the Next button.

Declaration

cs-api-definition
Next = 8

Field Value

PagerDisplayModes

Numeric

Shows the numeric buttons.

Declaration

cs-api-definition
Numeric = 16

Field Value

PagerDisplayModes

Previous

Shows the Previous button.

Declaration

cs-api-definition
Previous = 4

Field Value

PagerDisplayModes

PreviousNext

Shows the Previous and Next buttons.

Declaration

cs-api-definition
PreviousNext = Previous | Next | Text

Field Value

PagerDisplayModes

PreviousNextNumeric

Shows the Previous, Next, and numeric buttons.

Declaration

cs-api-definition
PreviousNextNumeric = Previous | Next | Numeric

Field Value

PagerDisplayModes

Text

Shows the page index text box.

Declaration

cs-api-definition
Text = 32

Field Value

PagerDisplayModes