Back to Devexpress

DocumentPreviewControl.ShowThumbnails Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-bd70e813.md

latest1.3 KB
Original Source

DocumentPreviewControl.ShowThumbnails Property

Specifies whether report thumbnails are automatically shown. This is a dependency property.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public bool ShowThumbnails { get; set; }
vb
Public Property ShowThumbnails As Boolean

Property Value

TypeDescription
Boolean

true, to automatically show report thumbnails; otherwise, false.

|

Remarks

To change the visibility of report thumbnails in the DocumentPreviewControl, use the Thumbnails toolbar button.

See Also

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace