Skip to main content

TileView.AnimateArrival Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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