Skip to main content

TdxTileControlCustomItem Class

The base class for tiles in tile controls.

Declaration

TdxTileControlCustomItem = class(
    TcxComponentCollectionItem
)

Remarks

This class is the ancestor of the TdxTileControlItem and TdxTileControlItemFrame classes that represent tiles – informative boxes capable of displaying text and graphics in tile controls. TdxCustomTileControl implements the basic display functionality needed by its descendants.

See Also