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 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