Skip to main content

PdfViewerControl.HasThumbnails Property

Gets a value that defines whether the thumbnails panel of a PDF Viewer is visible.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public bool HasThumbnails { get; }

Property Value

Type Description
Boolean

true if the thumbnails panel is visible in navigation pane; otherwise false.

See Also