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

TdxTileControlCustomItem.OptionsAnimate Property

Specifies the tile’s animation settings.

#Declaration

Delphi
property OptionsAnimate: TdxTileControlItemOptionsAnimate read; write;

#Property Value

Type
TdxTileControlItemOptionsAnimate

#Remarks

To learn about these settings, refer to the TdxTileControlItemOptionsAnimate class description.

Animation settings are applied to a tile based on the following option sets:

  • A tile control’s OptionsItemAnimate option set;

  • The OptionsAnimate option set for the corresponding tile item and its tile frames. Modifying any animation setting within OptionsAnimate sets the corresponding flag within the OptionsAnimate.AssignedValues property.

The animation settings specified via a tile control’s OptionsItemAnimate option set are applied to a tile item unless the corresponding flags are set in the tile item’s OptionsAnimate.AssignedValues property. Then, a tile item’s animation settings are applied to frames of this tile item unless the corresponding flags are set in a tile frame’s OptionsAnimate.AssignedValues property.

See Also