Xceed DataGrid for WPF v7.2 Documentation
PageRange Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Print Namespace > DataGridPaginator Class : PageRange Property
Gets or sets the range of the pages to be formatted.
Syntax
'Declaration
 
Public Property PageRange As PageRange
'Usage
 
Dim instance As DataGridPaginator
Dim value As PageRange
 
instance.PageRange = value
 
value = instance.PageRange
public PageRange PageRange {get; set;}

Property Value

A PageRange value representing the range of pages to be formatted.
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