Skip to main content

LinkBase.ShowRibbonPrintPreviewDialog(Window) 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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public void ShowRibbonPrintPreviewDialog(
    Window owner
)

Parameters

Name Type Description
owner Window

A Window object, which is the owner of the dialog.

See Also