Skip to main content

TdxTileControlCustomStoredCollection Class

The base class for tile element collections.

Declaration

TdxTileControlCustomStoredCollection = class(
    TcxComponentCollection,
    IcxStoredObject,
    IcxStoredParent
)

Remarks

This class is the ancestor of the TdxTileControlGroupCollection and TdxTileControlItemCollection classes that represent tile elements – tile groups and items. TdxTileControlCustomStoredCollection adds support for storing properties of collection items and introduces the TileControl property needed by its descendants.

Inheritance

TObject
TPersistent
TcxComponentCollection
TdxTileControlCustomStoredCollection
See Also