PrintHelper.Print(IPrintableControl) Method
Opens the Print dialog that allows printing the specified control.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | IPrintableControl | An object implementing the IPrintableControl interface that specifies the control to print. |
Returns
| Type | Description |
|---|---|
| Nullable<Boolean> |
|
Remarks
You can also use the PrintHelper.PrintDirect method to immediately send the control to the default or specified printer without invoking Print dialog.
See Also