Back to Devexpress

TileView.AnimateArrival Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-16dfc5fa.md

latest2.0 KB
Original Source

TileView.AnimateArrival Property

Gets or sets whether this TileView should animate the appearance of its tiles.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool AnimateArrival { get; set; }
vb
<Browsable(False)>
Public Property AnimateArrival As Boolean

Property Value

TypeDescription
Boolean

true if this TileView should animate the appearance of its tiles; otherwise, false.

|

Remarks

By default, a tile’s first display is followed with a smooth animation. You can turn this animation off by setting the AnimateArrival property to false. If the WindowsFormsSettings.AnimationMode global setting is set to DisableAll , the animation is forcibly disabled regardless of the AnimateArrival property value.

See Also

Tile View

AnimationMode

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace