Skip to main content

DataPager.ShowTotalPageCount Property

Gets or sets whether or not the total number of pages is displayed within the Data Pager. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DataPager

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

#Declaration

public bool ShowTotalPageCount { get; set; }

#Property Value

Type Description
Boolean

true to display the total number of pages displayed within the Data Pager; otherwise, false.

#Remarks

If the ShowTotalPageCount option is enabled, the Data Pager displays the total number of pages and an editable area allowing the end-user to specify the active page.

DataPagerAndGrid

To obtain the total number of pages in code, use the DataPager.PageCount property.

See Also