Skip to main content

PrintingSystemPreviewModel.ShowPageSetupDialog(Window) Method

Displays modally a Page Setup dialog window.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool? ShowPageSetupDialog(
    Window ownerWindow
)

Parameters

Name Type Description
ownerWindow Window

A Object, representing the dialog’s owner window.

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