Xceed DataGrid for WPF v7.2 Documentation
PagePrintOrder Enumeration


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Print Namespace : PagePrintOrder Enumeration
Value representing the order in which the pages are printed (see Remarks).
Syntax
'Declaration
 
Public Enum PagePrintOrder 
   Inherits System.Enum
'Usage
 
Dim instance As PagePrintOrder
public enum PagePrintOrder : System.Enum 
Members
MemberDescription
HorizontalThe pages will be printed horizontally (see Remarks).
VerticalThe pages will be printed vertically (see Remarks).
Remarks
When PagePrintOrder is set to Horizontal, the columns of the rows fitting on a given page will be printed on subsequent pages until all columns of those rows have been completely printed. When PagePrintOrder is set to Vertical, the same columns will be printed on subsequent pages to the end of the columns being printed. So for example, given a grid with 10 columns, where only five columns can fit on a printed page, when PagePrintOrder is set to Horizontal, the first page will contain the first five columns, whereas the second page will contain the remaining five columns of those rows. In other words, all of the columns of the first group of rows being printed will be completed before moving on to the next group of rows. On the other hand, when PagePrintOrder is set to Vertical, the first page will contain the first five columns of the first group of rows, the second page will contain the first five columns of the second group of rows, and so on until the first five columns of a grid are printed in their entirety.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.DataGrid.Print.PagePrintOrder

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

Xceed.Wpf.DataGrid.Print Namespace