Skip to main content
A newer version of this page is available. .

PdfViewerControl.ShowStartScreen Property

Gets or sets whether to show the start screen. This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public bool? ShowStartScreen { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, to show the start screen; otherwise, false.

Remarks

If the ShowStartScreen property is set to true and no document is currently loaded, the PDF Viewer shows the start screen. The start screen contains links to recently opened documents. If the PdfViewerControl.ShowOpenFileOnStartScreen property is set to true, the start screen also contains the Open button.

Refer to the Lesson 1 - Create a PDF Viewer topic for information how to enable the Start Screen.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowStartScreen property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also