Back to Devexpress

TileViewOptionsImageLoad.CacheThumbnails Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewoptionsimageload-e38cedce.md

latest2.2 KB
Original Source

TileViewOptionsImageLoad.CacheThumbnails Property

Gets or sets whether or not asynchronously loaded tile images are cached.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool CacheThumbnails { get; set; }
vb
<DefaultValue(True)>
Public Property CacheThumbnails As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if asynchronously loaded tile images are cached; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CacheThumbnails
TileView

.OptionsImageLoad .CacheThumbnails

|

Remarks

Cached thumbnail images do not need to be re-loaded each time they are displayed. Once these images are loaded, they remain available when an end-user scrolls through the View.

See Asynchronous Image Load in Data Grid for details.

See Also

Asynchronous Image Load in Data Grid

TileViewOptionsImageLoad Class

TileViewOptionsImageLoad Members

DevExpress.XtraGrid.Views.Tile Namespace