Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.XtraPrintingLinks Namespace

In This Article

Contains classes which provide printing and exporting functionality for standard Windows Forms controls.

Assembly: DevExpress.XtraPrinting.v24.2.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.