Back to Devexpress

DocumentManager.EnableThumbnailRenderingOnShowing Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-6621f111.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public static bool EnableThumbnailRenderingOnShowing { get; set; }
vb
<Browsable(False)>
Public Shared Property EnableThumbnailRenderingOnShowing As Boolean

Property Value

TypeDescription
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

ShowThumbnailsInTaskBar

DocumentManager Class

DocumentManager Members

DevExpress.XtraBars.Docking2010 Namespace