Back to Devexpress

TdxTileControlItemFrame Class

vcl-dxcustomtilecontrol-02ac2c94.md

latest1.6 KB
Original Source

TdxTileControlItemFrame Class

A tile item’s frame.

Declaration

delphi
TdxTileControlItemFrame = class(
    TdxTileControlCustomItem
)

Remarks

This class extends its ancestor class with the Data property, allowing you to associate arbitrary data with the frame.

TdxTileControlItemFrame objects are stored within a TdxTileControlItemFrames collection referenced via a tile item’s Frames property.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxTileControlCustomItem TdxTileControlItemFrame

See Also

TdxTileControlItem.ActiveFrame

TdxTileControlItem.OnActiveFrameChanged

TdxTileControlItem.OnFrameDestroy

TdxTileControlItem.OnFrameInitialize

TdxTileControlItemFrame Members

dxCustomTileControl Unit