Skip to main content

DevExpress.Xpf.Printing Namespace

Contains classes that provide the basic functionality for the DXPrinting for WPF library. To use these classes in XAML code, add the xmlns:dxp=”http://schemas.devexpress.com/winfx/2008/xaml/printing“ namespace reference.

Assemblies: DevExpress.Xpf.Core.v26.1.dll, DevExpress.Xpf.Printing.v26.1.dll

Classes

Name Description
BackstagePrintPreview A control used to print documents in WPF applications and easily incorporated into a Backstage View-based menu.
BooleanExportSettings static The provider of attached properties that define how to export the Boolean value of a particular dependency object.
CollectionViewLink A link to print objects which implement the ICollectionView interface.
CompositeLink A composite link that can be used to combine several Printing Links together into a composite document.
CreateAreaEventArgs Provides data for all area creation events.
DocumentCommandProvider Provides commands that correspond to end-user actions in the DocumentPreviewControl.
DocumentPreviewControl A control that you can use to publish (preview, print, and export) documents in WPF applications.
DocumentPreviewMouseEventArgs Provides data for the DocumentPreviewControl.DocumentPreviewMouseClick, DocumentPreviewControl.DocumentPreviewMouseDoubleClick and DocumentPreviewControl.DocumentPreviewMouseMove events.
DocumentPreviewPropertyProvider Specifies the behavior of the Parameters and Document Map dock panels in Print Preview.
DocumentPreviewWindow A window containing a Print Preview.
EditingFieldEditorEventArgsBase Provides data for the HiddenEditingFieldEditor event.
EditingFieldExtensions Provides functionality to register custom editors to be used for editing the control content in Print Preview.
EditingFieldTemplateSelector Enables you to select which editors to use for content editing in Print Preview.
EditingFieldValidationEventArgs Provides data for the ValidateEditingField event.
ExportOptionsContainer Represents different options which are used when exporting a document.
ExportSettingDefaultValue static Contains named constants that provide default values for other properties.
ExportSettings static The provider of attached properties, which define how to export a particular dependency object.
GdiPlusImageRenderHook A service enabling you to customize the GDI+ rendering process before creating report documents.
GroupInfo Represents an object, which contains information about a group.
GroupInfoCollection Represents a collection of group information objects.
HiddenEditingFieldEditorEventArgs
ImageCollectionEditorInfo Provides information about an image collection editor that is used to edit image content in Print Preview.
ImageEditorOptions Provides options for the image editor that you can use to edit the XRPictureBox control’s content in Print Preview.
ImageGalleryItem An object that provides an image and its display name.
ImageInplaceEditorInfo Provides information about an image editor that you can then use to edit image content in Print Preview.
InplaceEditorInfo Provides information about an in-place editor that is used to edit the control content in Print Preview.
InplaceEditorInfoBase The base for classes that provide information about custom editors to be used to edit content in Print Preview.
LegacyPrintableComponentLink A link to print Windows Forms controls that implement the IPrintable interface.
LinkBase The base class for all printing links within the DXPrinting library.
NavigationPaneSettings The NavigationPaneSettings class provides the properties that set up the Document Preview‘s Navigation Pane.
PageBreakInfo Contains information about a page break.
PageBreakInfoCollection A collection of PageBreakInfo objects.
PageMarginInfo Contains information about page margins for BackstagePrintPreview.
PageNumberExportSettings static The provider of attached properties that define how to display page numbers within a particular dependency object.
PrintableControlLink A link to print DevExpress controls and the base class for links to print other data.
PrintHelper static Provides methods to display a Print Preview for links, grids and reports.
PrintingLocalizer A base class that provides necessary functionality for custom localizers of the Printing-Exporting Library.
PrintingResXLocalizer The default localizer to translate the DXPrinting’s resources.
PrintingSystem Implements the basic functionality of the DXPrinting Library.
PrintOptions Provides print settings for BackstagePrintPreview.
ShowingEditingFieldEditorEventArgs Provides data for the ShowingEditingFieldEditor event.
SimpleLink A link to print linear data.
TemplatedLink The base class for links that provide printing functionality for WPF controls.
TextExportSettings static The provider of attached properties, which define how to export the text value of a particular dependency object.

Interfaces

Name Description
IPrintableControl When implemented by a class, enables it to print DevExpress controls.

Enums

Name Description
CursorModeType Enumerates values that specify the cursor mode in the document preview.
NavigationPaneTabType Lists the values specifying the Navigation Pane’s tab type.
PageNumberKind Lists the formats used to display page numbers in a document.
PrintingStringId Lists the strings that can be localized in a WPF application.
ScaleMode Lists values that specify a scale mode for documents.
TargetType Lists the report control types assigned when exporting a report.