DataPager.ShowTotalPageCount Property
In This Article
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
#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.
To obtain the total number of pages in code, use the DataPager.PageCount property.
See Also