Skip to main content

TdxTileControlCustomItemOptionsAnimate Class

The base class for all classes that implement tile animation settings.

Declaration

TdxTileControlCustomItemOptionsAnimate = class(
    TcxOwnedPersistent
)

Remarks

This class contains animation settings that are common to tiles and implements the essential functionality for applying these settings. The TdxTileControlCustomItemOptionsAnimate class is the ancestor of the TdxTileControlItemOptionsAnimate class.

The tile/tile bar control’s OptionsItemAnimate property references a TdxTileControlCustomItemOptionsAnimate object.

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxTileControlCustomItemOptionsAnimate
See Also