PagerDisplayMode Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Specifies how the page controls are displayed on a DataPager control.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)

Syntax

'Declaration
Public Enumeration PagerDisplayMode
public enum PagerDisplayMode

Members

Member name Description
FirstLastNumeric Shows the First and Last buttons, and the numeric display.
FirstLastPreviousNext Shows the First, Last, Previous, and Next buttons.
FirstLastPreviousNextNumeric Shows the First, Last, Previous, and Next buttons, and the numeric display.
Numeric Shows the numeric display.
PreviousNext Shows the Previous and Next buttons.
PreviousNextNumeric Shows the Previous and Next buttons, and the numeric display.

Remarks

The following illustration shows the different display modes.

DataPager Display Modes

DataPager display modes

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.