Back to Devexpress

TdxTileControlItem Class

vcl-dxcustomtilecontrol-3c0f832f.md

latest4.3 KB
Original Source

TdxTileControlItem Class

A tile item.

Declaration

delphi
TdxTileControlItem = class(
    TdxTileControlCustomItem,
    IcxStoredObject,
    IcxImageCollectionListener
)

Remarks

This class extends its ancestor with members that allow you to:

Enclose the code applying multiple modifications to a tile item between the tile/tile bar control’s BeginUpdate and EndUpdate procedure calls to improve performance by preventing repeated content repainting.

TdxTileControlItem objects are stored within a tile control’s Items collection and can be created by calling the tile control’s CreateItem function.

Implements

IcxStoredObject

IcxImageCollectionListener

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxTileControlCustomItem TdxTileControlItem

See Also

TdxTileControlItem Members

dxCustomTileControl Unit