Back to Devexpress

TdxTileControlDetailOptionsAnimate Class

vcl-dxcustomtilecontrol-0c75eb20.md

latest1.3 KB
Original Source

TdxTileControlDetailOptionsAnimate Class

Contains animation settings for detail page navigation.

Declaration

delphi
TdxTileControlDetailOptionsAnimate = class(
    TcxOwnedPersistent
)

Remarks

This class introduces the properties with which you can customize the animation delay and transition effect applied when the currently active detail page is switched in response to one of the following:

  • Navigation from the main page displaying tiles to a detail page, and vice versa;

  • Navigation between detail pages.

A TdxTileControlDetailOptionsAnimate object is referenced by a tile control’s OptionsDetailAnimate property.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxTileControlDetailOptionsAnimate

See Also

TdxTileControlDetailOptionsAnimate Members

dxCustomTileControl Unit