Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

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