DataPager.ActualPageIndex Property
In This Article
Gets the index of the page that is currently active. 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
The active page is specified by the DataPager.PageIndex property. In some instances, however, the page specified by the DataPager.PageIndex property may not match the currently active page (data is being loaded or the specified page does not exist). Use the ActualPageIndex property to obtain the index of the actually active page.
See Also