PdfViewerControl.NumberOfRecentFiles Property
In This Article
Gets or sets the number of recently opened files. This is a dependency property.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
#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 Create a PDF Viewer topic for infromation how to enable the Start Screen.
See Also