PrintingSystemPreviewModel.ShowPageSetupDialog(Window) Method
Displays modally a Page Setup dialog window.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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