TdxTileControlCustomItem Class
In This Article
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