Skip to main content

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

public enum DataPagerButtonType

#Members

Name Description
PageFirst

Navigates to the first page.

PageLast

Navigates to the last page.

PageNext

Navigates forward to the next page.

PagePrevious

Navigates backward to the previous page.

PageNumeric

Navigates to the corresponding page.

See Also