TdxTileControlItemCollection Class
In This Article
A collection of tile items.
#Declaration
Delphi
TdxTileControlItemCollection = class(
TdxTileControlCustomStoredCollection
)
#Remarks
This class introduces members that allow you to manage and access individual tile items stored in the collection.
A TdxTileControlItemCollection object is referenced by a tile control’s Items property.
#Inheritance
TObject
TPersistent
TcxComponentCollection
TdxTileControlCustomStoredCollection
TdxTileControlItemCollection
See Also