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

TileControl.SuspendAnimation() Method

In This Article

Pauses all TileItems animation effects until resumed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public void SuspendAnimation()

#Remarks

The TileControl supports items frame animation. You can temporarily pause items animation invoking the SuspendAnimation method that freezes currently displayed TileItemFrames until the TileControl.ResumeAnimation or TileItem.StartAnimation method is invoked. The SuspendAnimation method stops not only item content animation, but all animation in general, such as items hover or items selection animation.

To get if animation is currently running or paused, use the TileControl.IsAnimationSuspended property.

See Also