PrintHelper.ShowRibbonPrintPreview(FrameworkElement, IBasePrintable, String) Method
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
public static Window ShowRibbonPrintPreview(
FrameworkElement owner,
IBasePrintable source,
string documentName
)
Parameters
| Name | Type |
|---|---|
| owner | FrameworkElement |
| source | IBasePrintable |
| documentName | String |
Returns
| Type |
|---|
| Window |
See Also