Skip to main content
All docs
V25.1
  • 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.1.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