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.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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