Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileView.AnimateArrival Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.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