DocumentPreviewControl.ShowThumbnails Property
Specifies whether report thumbnails are automatically shown. This is a dependency property.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
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