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

TdxTileControlCustomItem Class

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.

See Also