Xceed DataGrid for WPF v7.2 Documentation
GetPage Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Print Namespace > DataGridPaginator Class : GetPage Method
The zero-based index of the page to retrieve.
Retrieves the page at the specified index.
Syntax
'Declaration
 
Public Overrides Function GetPage( _
   ByVal pageIndex As Integer _
) As DocumentPage
'Usage
 
Dim instance As DataGridPaginator
Dim pageIndex As Integer
Dim value As DocumentPage
 
value = instance.GetPage(pageIndex)
public override DocumentPage GetPage( 
   int pageIndex
)

Parameters

pageIndex
The zero-based index of the page to retrieve.

Return Value

A DocumentPage representing the page at the specified index.
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

Reference

DataGridPaginator Class
DataGridPaginator Members
Base Implementation in GetPage