Back to Devexpress

TdxTileControlCustomStoredCollection Class

vcl-dxcustomtilecontrol-23d4c8ef.md

latest1.3 KB
Original Source

TdxTileControlCustomStoredCollection Class

The base class for tile element collections.

Declaration

delphi
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.

Implements

IcxStoredObject

IcxStoredParent

Inheritance

TObject TPersistent TcxComponentCollection TdxTileControlCustomStoredCollection

See Also

TdxTileControlCustomStoredCollection Members

dxCustomTileControl Unit