Skip to main content

LinkBase.ShowPrintPreview(FrameworkElement, String) Method

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public Window ShowPrintPreview(
    FrameworkElement owner,
    string title
)

Parameters

Name Type Description
owner FrameworkElement

A FrameworkElement instance specifying the owner of the Print Preview.

title String

A String value specifying the title 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