PdfViewer.ShowSavingProgressDialog Property
Specifies whether or not to show the Saving a file… dialog.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, to display the dialog; otherwise, false. |
Remarks
The Saving a file… dialog is displayed when you save large documents.

Use the ShowSavingProgressDialog property to hide this dialog.
See Also