TdxTileControlDetailOptionsAnimate.AnimationInterval Property
Specifies the animation delay (in milliseconds) for detail page navigation.
Declaration
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