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

DocumentManager.EnableThumbnailRenderingOnShowing Property

Gets or sets whether thumbnails for documents are generated right before these thumbnails are displayed.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public static bool EnableThumbnailRenderingOnShowing { get; set; }

Property Value

Type Description
Boolean

true, to generate thumbnails right before they are displayed; false, to generate thumbnails when a document changes.

Remarks

You can enable the display of thumbnails for individual documents with the DocumentManager.ShowThumbnailsInTaskBar option.

If the EnableThumbnailRenderingOnShowing property is set to false, thumbnails are generated whenever documents are changed (e.g, resized or activated). This may result in slow application performance if the Document Manager contains a large number of documents.

If the EnableThumbnailRenderingOnShowing property is set to true, documents’s thumbnails are generated immediately before these thumbnails are displayed.

See Also