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

TileItem.StopAnimation() Method

In This Article

Stops the Tile Frame Animation for the current TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public void StopAnimation()

#Remarks

The StopAnimation method freezes the Frame Animation for the current TileItem. You can perform the same for all TileItems within a TileControl via the TileControl.SuspendAnimation method. Use the TileItem.StartAnimation method to resume the animation for an individual Tile Item or the TileControl.ResumeAnimation method for the entire Tile Control. See the Tile Animation topic to learn more.

See Also