Enum PagerDisplayMode
PagerDisplayMode Enum
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.dll
Syntax
public enum PagerDisplayMode
Fields
| Name | Description |
|---|---|
| FirstLastNumeric | Shows the First and Last buttons + the numeric display |
| FirstLastPreviousNext | Shows the First, Last, Previous, Next buttons |
| FirstLastPreviousNextNumeric | Shows the First, Last, Previous, Next buttons + the numeric display |
| Numeric | Shows the numeric display |
| PreviousNext | Shows the Previous and Next buttons |
| PreviousNextNumeric | Shows the Previous and Next buttons + the numeric display |