Back to Devexpress

PrintHelper.ShowRibbonPrintPreview(FrameworkElement, IBasePrintable) Method

wpf-devexpress-dot-xpf-dot-printing-dot-printhelper-dot-showribbonprintpreview-x28-system-dot-windows-dot-frameworkelement-devexpress-dot-xtraprinting-dot-ibaseprintable-x29.md

latest1.4 KB
Original Source

PrintHelper.ShowRibbonPrintPreview(FrameworkElement, IBasePrintable) Method

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public static Window ShowRibbonPrintPreview(
    FrameworkElement owner,
    IBasePrintable source
)
vb
Public Shared Function ShowRibbonPrintPreview(
    owner As FrameworkElement,
    source As IBasePrintable
) As Window

Parameters

NameType
ownerFrameworkElement
sourceIBasePrintable

Returns

Type
Window

See Also

PrintHelper Class

PrintHelper Members

DevExpress.Xpf.Printing Namespace