Gets a value indicating whether
PageCount is the total number of pages.
public override bool IsPageCountValid {get;}
'Declaration
Public Overrides ReadOnly Property IsPageCountValid As Boolean
'Usage
Dim instance As DataGridPaginator
Dim value As Boolean
value = instance.IsPageCountValid
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.
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