Skip to main content

WinExplorerView.ClearAsyncImageLoadCache() Method

Forces the WinExplorerView to remove all asynchronously loaded images from the cache.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v25.1.dll

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

Declaration

public void ClearAsyncImageLoadCache()

Remarks

When a WinExplorerView loads thumbnail images asynchronously, it can automatically cache them if the WinExplorerViewOptionsImageLoad.CacheThumbnails property is set to true. Use the ClearAsyncImageLoadCache method to clear the image cache.

You can also remove cached images for individual records only. To do so, pass a row handle of the desired row to the WinExplorerView.ClearAsyncImageLoadCache method as a parameter.

See Also