LinkBase.ShowPrintPreviewDialog(Window, String) Method
Displays the modal Print Preview of the link’s document using the specified owner and title.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | Window | A FrameworkElement instance specifying the owner of the Print Preview. |
title | String | A String value specifying the title of the Print Preview. |
See Also