PrintPreviewFormExBase.Show() Method
Displays the Print Preview Form.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Remarks
This method creates and shows the Print Preview Form using the default look-and-feel settings used in the current project. To show the Print Preview Form using any particular UserLookAndFeel settings, use the overloaded Show method with the lookAndFeel parameter.
Example
The following example demonstrates how to show the PrintPreviewFormEx of the PrintingSystem component.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Show() method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.