Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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