LinkBase.ShowRibbonPrintPreviewDialog(Window, String) Method
Invokes the Ribbon Print Preview form which modally shows the print preview of the document for this link.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | Window | A Window object, which is the owner of the dialog. |
title | String | A String value, specifying the Document Preview dialog’s title. “Print Preview” by default. |
See Also