Skip to main content

DocumentPreviewControl.ShowThumbnails Property

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool ShowThumbnails { get; set; }

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