DataPagerButtonType Enum
In This Article
Lists values that identify navigation buttons displayed within the DataPager.
Namespace: DevExpress.Xpf.Editors.DataPager
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Page |
Navigates to the first page. |
Page |
Navigates to the last page. |
Page |
Navigates forward to the next page. |
Page |
Navigates backward to the previous page. |
Page |
Navigates to the corresponding page. |
See Also