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

TileView.AnimateArrival Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public bool AnimateArrival { get; set; }

Property Value

Type Description
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