Back to Devexpress

TileViewOptionsImageLoad.AnimationType Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewoptionsimageload-9b7509ff.md

latest2.2 KB
Original Source

TileViewOptionsImageLoad.AnimationType Property

Gets or sets the animation effect that follows tile image display.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(ImageContentAnimationType.None)]
public ImageContentAnimationType AnimationType { get; set; }
vb
<DefaultValue(ImageContentAnimationType.None)>
Public Property AnimationType As ImageContentAnimationType

Property Value

TypeDefaultDescription
DevExpress.Utils.ImageContentAnimationTypeNone

An DevExpress.Utils.ImageContentAnimationType enumerator value that specifies the animation effect that follows display of the tile image.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AnimationType
TileView

.OptionsImageLoad .AnimationType

|

Remarks

Use the AnimationType property to specify an animation effect for Asynchronous Image Loading.

See Also

Asynchronous Image Load in Data Grid

TileViewOptionsImageLoad Class

TileViewOptionsImageLoad Members

DevExpress.XtraGrid.Views.Tile Namespace