Skip to main content

DataPager.PageIndex Property

Gets or sets the current page. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public int PageIndex { get; set; }

#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.

DataPagerAndGrid

See Also