Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

#Inheritance

TObject
TPersistent
TcxComponentCollection
TdxTileControlCustomStoredCollection
See Also