Skip to main content

DataPager.ActualPageIndex Property

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

public int ActualPageIndex { get; }

#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