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

LinkBase.ShowRibbonPrintPreview(FrameworkElement, String) 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.v18.2.dll

Declaration

public Window ShowRibbonPrintPreview(
    FrameworkElement owner,
    string title
)

Parameters

Name Type Description
owner FrameworkElement

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

title String

A String value, specifying the Document Preview dialog’s title. “Print Preview” by default.

Returns

Type Description
Window

A FloatingContainer object.

See Also