ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / GetPageCompletedEventArgs Class / IsPageCountValid Property

In This Topic
    IsPageCountValid Property
    In This Topic
    Gets a value indicating whether PageCount is the total number of pages.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsPageCountValid As Boolean
    public 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