DataPager.DisplayMode Property
In This Article
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
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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:
See Also