Class PagerDisplayMode
Defines constants that describes the possible display mode for SfDataPager.
Inheritance
System.Object
PagerDisplayMode
Namespace: Syncfusion.SfDataGrid.XForms.DataPager
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class PagerDisplayMode : Enum
Fields
First
Displays only the first page button.
Declaration
public const PagerDisplayMode First
Field Value
Type |
---|
PagerDisplayMode |
FirstLast
Displays the first and last page buttons.
Declaration
public const PagerDisplayMode FirstLast
Field Value
Type |
---|
PagerDisplayMode |
FirstLastNumeric
Displays the first, last and numeric page buttons.
Declaration
public const PagerDisplayMode FirstLastNumeric
Field Value
Type |
---|
PagerDisplayMode |
FirstLastPreviousNext
Displays the first, last, previous and next page buttons.
Declaration
public const PagerDisplayMode FirstLastPreviousNext
Field Value
Type |
---|
PagerDisplayMode |
FirstLastPreviousNextNumeric
Displays the first, last, numeric, previous and next page buttons.
Declaration
public const PagerDisplayMode FirstLastPreviousNextNumeric
Field Value
Type |
---|
PagerDisplayMode |
Last
Displays only the last page button.
Declaration
public const PagerDisplayMode Last
Field Value
Type |
---|
PagerDisplayMode |
Next
Displays only the next page button.
Declaration
public const PagerDisplayMode Next
Field Value
Type |
---|
PagerDisplayMode |
None
Do not display any page buttons.
Declaration
public const PagerDisplayMode None
Field Value
Type |
---|
PagerDisplayMode |
Numeric
Displays only the numeric page buttons.
Declaration
public const PagerDisplayMode Numeric
Field Value
Type |
---|
PagerDisplayMode |
Previous
Displays only the previous page button.
Declaration
public const PagerDisplayMode Previous
Field Value
Type |
---|
PagerDisplayMode |
PreviousNext
Displays the previous and next page buttons.
Declaration
public const PagerDisplayMode PreviousNext
Field Value
Type |
---|
PagerDisplayMode |
PreviousNextNumeric
Displays the previous, next and numeric page buttons.
Declaration
public const PagerDisplayMode PreviousNextNumeric
Field Value
Type |
---|
PagerDisplayMode |