DataPager.PageIndex Property
In This Article
Gets or sets the current page. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.DataPager
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | A zero-based integer value that specifies the index of the current page. |
#Remarks
Enable the DataPager.ShowTotalPageCount option to allow the end-user to switch to the required page by typing its number.
See Also