DataPagerDisplayMode Enum
In This Article
Lists values that specify which navigation buttons are displayed within the DataPager.
Namespace: DevExpress.Xpf.Editors.DataPager
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
First |
Shows the First and Last buttons. |
First |
Shows the First and Last buttons, and page numbers. |
First |
Shows the First, Last, Previous, and Next buttons. |
First |
Shows the First, Last, Previous, and Next buttons, and page numbers. |
Numeric | Shows page numbers. |
Previous |
Shows the Previous and Next buttons, and page numbers. |
Previous |
Shows the Previous and Next buttons. |
#Passed To
You can pass DataPagerDisplayMode values to the DataPager.DisplayMode property.
#Remarks
The values listed by this enumeration are used to set the DataPager.DisplayMode property.
See Also