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

TdxTileControlCustomItemOptionsAnimate.AssignedValues Property

Identifies which of tile animation settings are changed.

#Declaration

Delphi
property AssignedValues: TdxTileControlItemOptionsAnimateAssignedValues read; write;

#Property Value

Type
TdxTileControlItemOptionsAnimateAssignedValues

#Remarks

Once the AnimateText property is changed, the corresponding flag is set within the AssignedValues property. Resetting the flag reverts the property to the default value.

Refer to the OptionsAnimate property description to learn how animation options are applied to tiles in a tile control.

See Also