Product Class Structure
The following tables list classes that represent the main elements in DXPrinting for WPF.
Print Preview
| Class | Description |
|---|---|
| DocumentPreviewControl | A control that you can use to publish (preview, print, and export) documents in WPF applications. |
Printing Links
| Class | Description |
|---|---|
| SimpleLink | A link to print linear data. |
| CollectionViewLink | A link to print objects which implement the ICollectionView interface. |
| LegacyPrintableComponentLink | A link to print Windows Forms controls that implement the IPrintable interface. |
| PrintableControlLink | A link to print DevExpress controls and the base class for links to print other data. |
| TemplatedLink | The base class for links that provide printing functionality for WPF controls. |