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

PdfViewerControl.NumberOfRecentFiles Property

Gets or sets the number of recently opened files. This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public int NumberOfRecentFiles { get; set; }

Property Value

Type Description
Int32

A number of recently opened files. The default value is 5.

Remarks

The NumberOfRecentFiles property specifies the number of recently opened files that are stored within the PdfViewerControl.RecentFiles collection. These files are shown on the start screen. Refer to the Lesson 1 - Create a PDF Viewer topic for infromation how to enable the Start Screen.

See Also