DevExpress.XtraPrintingLinks Namespace
Contains classes which provide printing and exporting functionality for standard Windows Forms controls.
Assembly: DevExpress.XtraPrinting.v25.1.dll
NuGet Package: DevExpress.Win.Printing
Classes
| Name | Description |
|---|---|
| CompositeLink | A composite link that can be used to combine several printing links together into a composite document. |
| DataGridLink | A link to print the DataGrid control. |
| DataGridLinkBase | The base class for the DataGridLink class. |
| DataGridPrintStyle | Represents a print style used to print the DataGrid via the DataGridLink. |
| ListViewLink | A link to print the ListView control. |
| ListViewLinkBase | The base class for the ListViewLink class. |
| RichTextBoxLink | A link to print the RichTextBox control. |
| RichTextBoxLinkBase | The base class for the RichTextBoxLink class. |
| TreeViewLink | A link to print the TreeView control. |
| TreeViewLinkBase | The base class for the TreeViewLink class. |
Enums
| Name | Description |
|---|---|
| RichTextPrintFormat | Specifies how the RichTextBox is printed via the RichTextBoxLink. |