Skip to main content

DocumentPreviewControl.ThumbnailsSettings Property

Provides access to actual settings of report thumbnails. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ThumbnailsViewerSettings ThumbnailsSettings { get; }

Property Value

Type Description
DevExpress.Xpf.Printing.PreviewControl.Native.ThumbnailsViewerSettings

An object that provides settings for report thumbnails.

See Also