Skip to main content

LinkBase.ShowRibbonPrintPreview(FrameworkElement) Method

Invokes the Ribbon Print Preview form which 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

public Window ShowRibbonPrintPreview(
    FrameworkElement owner
)

Parameters

Name Type Description
owner FrameworkElement

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

Returns

Type Description
Window

A FloatingContainer object.

See Also