TdxTileControlDetailOptionsAnimate.AnimationInterval Property
In This Article
Specifies the animation delay (in milliseconds) for detail page navigation.
#Declaration
Delphi
property AnimationInterval: Integer read; write; default dxTileControlActivateDetailAnimationTime;
#Property Value
Type | Default |
---|---|
Integer | dx |
#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