Back to Devexpress

WinExplorerViewOptionsImageLoad.AnimationType Property

windowsforms-devexpress-dot-xtragrid-dot-winexplorer-dot-winexplorerviewoptionsimageload-c75da23d.md

latest2.3 KB
Original Source

WinExplorerViewOptionsImageLoad.AnimationType Property

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

Namespace : DevExpress.XtraGrid.WinExplorer

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 item image.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AnimationType
WinExplorerView

.OptionsImageLoad .AnimationType

|

Remarks

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

See Also

Asynchronous Image Load in Data Grid

WinExplorerViewOptionsImageLoad Class

WinExplorerViewOptionsImageLoad Members

DevExpress.XtraGrid.WinExplorer Namespace