Back to Devexpress

TdxTileControlCustomItem Class

vcl-dxcustomtilecontrol-aed9e06c.md

latest1.2 KB
Original Source

TdxTileControlCustomItem Class

The base class for tiles in tile controls.

Declaration

delphi
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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxTileControlCustomItem

See Also

TdxTileControlCustomItem Members

dxCustomTileControl Unit