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

In This Topic
    PageCount Property
    In This Topic
    Gets the number of pages currently formatted.
    Syntax
    'Declaration
     
    
    Public Property PageCount As Integer
    public int PageCount {get; set;}
    See Also