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

GridView.GetLoadingImage Event

Occurs when the GridView loads its images asynchronously and allows you to set your custom loading indicator displayed for images that are not yet loaded.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DXCategory("CustomDraw")]
public event GetGridViewLoadingImageEventHandler GetLoadingImage

Event Data

The GetLoadingImage event's data class is DevExpress.XtraGrid.Views.Grid.GetGridViewLoadingImageEventArgs.

Remarks

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

See Also