Skip to main content

GridView.ResetThumbnailCache() Method

Removes all cached copies of thumbnail images used in this GridView.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public void ResetThumbnailCache()

Remarks

See the Asynchronous Image Load in Data Grid topic for more details.

See Also