Skip to main content

DataPagerDisplayMode Enum

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

public enum DataPagerDisplayMode

#Members

Name Description
FirstLast

Shows the First and Last buttons.

FirstLastNumeric

Shows the First and Last buttons, and page numbers.

FirstLastPreviousNext

Shows the First, Last, Previous, and Next buttons.

FirstLastPreviousNextNumeric

Shows the First, Last, Previous, and Next buttons, and page numbers.

Numeric

Shows page numbers.

PreviousNextNumeric

Shows the Previous and Next buttons, and page numbers.

PreviousNext

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