ComponentOne DataGrid for WPF and Silverlight
IsPageCountValid Property

C1.WPF.DataGrid Namespace > GetPageCompletedEventArgs Class : IsPageCountValid Property
Gets a value indicating whether PageCount is the total number of pages.
Syntax
'Declaration
 
Public ReadOnly Property IsPageCountValid As System.Boolean
public System.bool IsPageCountValid {get;}

Property Value

true if pagination is complete and PageCount is the total number of pages; otherwise, false, if pagination is in process and PageCount is the number of pages currently formatted (not the total).
See Also

Reference

GetPageCompletedEventArgs Class
GetPageCompletedEventArgs Members