Skip to main content

DataPager.DisplayMode Property

Gets or sets a value that specifies which navigation buttons are displayed within the Data Pager. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public DataPagerDisplayMode DisplayMode { get; set; }

#Property Value

Type Description
DataPagerDisplayMode

A DataPagerDisplayMode enumeration value that specifies the display mode.

#Remarks

The Data Pager supports multiple display modes that specify which buttons used to navigate through the pages are displayed. The display mode is specified by the DataPager.DisplayMode property.

The image below shows available display modes:

DataPager DisplayMode

See Also