PrintHelper.ShowPrintPreviewDialog(Window, IBasePrintable) Method
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| owner | Window |
| source | IBasePrintable |
See Also
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v26.1.dll
public static void ShowPrintPreviewDialog(
Window owner,
IBasePrintable source
)
Public Shared Sub ShowPrintPreviewDialog(
owner As Window,
source As IBasePrintable
)
| Name | Type |
|---|---|
| owner | Window |
| source | IBasePrintable |