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

RecentFileViewModel.SmallGlyph Property

Gets or sets the uniform resource identifier of the small icon for a recently opened file.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public Uri SmallGlyph { get; set; }

Property Value

Type Description
Uri

A Uri object that specifies the uniform resource identifier of the small icon for a recently opened file.

See Also