LinkBase.ShowPrintPreview(FrameworkElement) Method
In This Article
Displays the Print Preview of the link’s document using the specified owner.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public Window ShowPrintPreview(
FrameworkElement owner
)
#Parameters
Name | Type | Description |
---|---|---|
owner | Framework |
A Framework |
#Returns
Type | Description |
---|---|
Window | A Floating |
#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