Skip to main content

ThumbnailImageEventArgs.ResetImageCache() Method

Resets the image cache and causes all items that are not currently visible to reload their images when displayed again.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public virtual void ResetImageCache()

Remarks

See the WinExplorerViewOptionsImageLoad.CacheThumbnails property to learn more.

See Also