Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Print Namespace / DataGridPaginator Class
Members


In This Topic
    DataGridPaginator Class
    In This Topic
    Class that creates a multiple-page element from a
    Syntax
    'Declaration
     
    Public Class DataGridPaginator 
       Inherits System.Windows.Documents.DocumentPaginator
    'Usage
     
    Dim instance As DataGridPaginator
    public class DataGridPaginator : System.Windows.Documents.DocumentPaginator 
    Remarks
    A new paginator can be created  using the DataGridControl.CreateDocumentPaginator method.
    Inheritance Hierarchy

    System.Object
       System.Windows.Documents.DocumentPaginator
          Xceed.Wpf.DataGrid.Print.DataGridPaginator

    Public Properties
     NameDescription
    Public PropertyGets or sets the imageable area of each page.  
    Public PropertyOverridden. Gets a value indicating whether PageCount is the total number of pages.  
    Public PropertyOverridden. Gets the number of pages that are currently formatted.  
    Public PropertyGets or sets the orientation of each page.  
    Public PropertyGets or sets the range of the pages to be formatted.  
    Public PropertyOverridden. Gets or sets the suggested width and height of each page.  
    Public PropertyGets progress information on the content of a grid that is being printed or exported.  
    Public PropertyOverridden. Gets the element being paginated.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Windows.Documents.DocumentPaginator)
    Public Method (Inherited from System.Windows.Documents.DocumentPaginator)
    Public MethodOverloaded.  (Inherited from System.Windows.Documents.DocumentPaginator)
    Public MethodOverridden. Retrieves the page at the specified index.  
    Public MethodOverloaded.  (Inherited from System.Windows.Documents.DocumentPaginator)
    Public MethodRetrieves the page at the specified index as a bitmap.  
    Public MethodOverloaded. Initializes the paginator settings using the values provided by the specified PrintDialog.  
    Public MethodReturns the string representation of the DataGridPaginator.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.Windows.Documents.DocumentPaginator)
    Public Event (Inherited from System.Windows.Documents.DocumentPaginator)
    Public Event (Inherited from System.Windows.Documents.DocumentPaginator)
    Public EventRaised to provide progress information during the printing or exporting process.  
    Top
    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