Skip to main content
A newer version of this page is available. .

DocumentPreviewControl.ShowThumbnails Property

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

Namespace: DevExpress.Xpf.Printing

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

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