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

TdxTileControlDetailOptionsAnimate.AnimationInterval Property

Specifies the animation delay (in milliseconds) for detail page navigation.

#Declaration

Delphi
property AnimationInterval: Integer read; write; default dxTileControlActivateDetailAnimationTime;

#Property Value

Type Default
Integer dxTileControlActivateDetailAnimationTime

#Remarks

Use this property to specify the delay between switching the active detail page with the navigation from/to the main page or between detail pages.

The default value of the AnimationInterval property is dxTileControlActivateDetailAnimationTime.

See Also