Skip to main content

PrintHelper.ShowRibbonPrintPreviewDialog(Window, IBasePrintable, String, String) Method

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public static void ShowRibbonPrintPreviewDialog(
    Window owner,
    IBasePrintable source,
    string documentName,
    string title
)

Parameters

Name Type
owner Window
source IBasePrintable
documentName String
title String
See Also