Back to Devexpress

TdxTileControlCustomItemOptionsAnimate Class

vcl-dxcustomtilecontrol-a2caab86.md

latest1.3 KB
Original Source

TdxTileControlCustomItemOptionsAnimate Class

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

Declaration

delphi
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

TdxTileControlCustomItemOptionsAnimate Members

dxCustomTileControl Unit