Skip to main content

PrintingSystemPreviewModel.PrintDialog() Method

Runs a print dialog box used for selecting a printer, setting the print options and printing the document.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool? PrintDialog()

Returns

Type Description
Nullable<Boolean>

true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic).

See Also