Back to Devexpress

GridView.ResetThumbnailCache() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-1ed02a67.md

latest1.5 KB
Original Source

GridView.ResetThumbnailCache() Method

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public void ResetThumbnailCache()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Sub ResetThumbnailCache

Remarks

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

See Also

Asynchronous Image Load in Data Grid

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace