Back to Devexpress

TileView.GetLoadingImage Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-dbfae1b6.md

latest1.6 KB
Original Source

TileView.GetLoadingImage Event

Allows you to assign your own loading indicator, displayed when tile background images are not yet loaded.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
public event GetLoadingImageEventHandler GetLoadingImage
vb
<DXCategory("Appearance")>
Public Event GetLoadingImage As GetLoadingImageEventHandler

Event Data

The GetLoadingImage event's data class is DevExpress.Utils.GetLoadingImageEventArgs.

Remarks

See the TileView.OptionsImageLoad property to learn more.

See Also

OptionsImageLoad

Asynchronous Image Load in Data Grid

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace