Skip to main content
A newer version of this page is available. .

LinkBase.ShowPrintPreview(FrameworkElement) Method

Displays the Print Preview of the link’s document using the specified owner.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public Window ShowPrintPreview(
    FrameworkElement owner
)

Parameters

Name Type Description
owner FrameworkElement

A FrameworkElement instance specifying the owner of the Print Preview.

Returns

Type Description
Window

A FloatingContainer object representing the Print Preview floating container.

Remarks

This method is intended to support the legacy code and should no longer be used. Use the corresponding methods of the PrintHelper class instead.

See Also