Xceed DataGrid for WPF v7.2 Documentation
IsPageCountValid Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Print Namespace > DataGridPaginator Class : IsPageCountValid Property
Gets a value indicating whether PageCount is the total number of pages.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsPageCountValid As Boolean
'Usage
 
Dim instance As DataGridPaginator
Dim value As Boolean
 
value = instance.IsPageCountValid
public override bool IsPageCountValid {get;}

Property Value

true if pagination is complete and PageCount is the total number of pages; false if pagination is in process and PageCount is the number of pages currently formatted (not the total). This value may revert to false, after being true, if the PageSize or content changes since these events would force a repagination.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataGridPaginator Class
DataGridPaginator Members
Base Implementation in IsPageCountValid