Skip to main content
A newer version of this page is available. .

GridView.GetThumbnailImage Event

Occurs when the GridView loads its images asynchronously and allows you to manually pass the required image to the current item.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("CustomDraw")]
public event GridViewThumbnailImageEventHandler GetThumbnailImage

Event Data

The GetThumbnailImage event's data class is DevExpress.XtraGrid.Views.Grid.GridViewThumbnailImageEventArgs.

Remarks

The GetThumbnailImage event maintains the Asynchronous Image Load in WinExplorer and Tile Views feature. See this link and the GridView.OptionsImageLoad property to learn more.

Important

The GetThumbnailImage event is raised from a non-UI thread.

See Also