Xceed.Wpf.DataGrid.Print Namespace
See Also  Inheritance Hierarchy
Xceed.Wpf.DataGrid Assembly : Xceed.Wpf.DataGrid.Print Namespace
The Xceed.Wpf.DataGrid.Print namespace regroups all the printing-related classes.

Classes

ClassDescription
DataGridPageControl A control that determines the layout of the printed pages when a DataGridControl is printed or exported. This feature is available only in the Professional Edition
DataGridPaginator Class that creates a multiple-page element from a DataGridControl object. This feature is available only in the Professional Edition
PrintVirtualizingStackPanel Arranges and virtualizes content to be printed on a single line that is oriented either horizontally or vertically. This feature is available only in the Professional Edition
ProgressEventArgs Provides progress information during printing or exporting operations. This feature is available only in the Professional Edition
ProgressInfo Class that provides information on the content of a grid is being printed or exported. This feature is available only in the Professional Edition

Enumerations

EnumerationDescription
PagePrintOrder Value representing the order in which the pages are printed (see Remarks). This feature is available only in the Professional Edition

Remarks

The views that can be used when printing are defined in the Xceed.Wpf.DataGrid.Views namespace.

See Also