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

TdxTileControlItem Events

A tile item.
Name Description
OnActivateDetail Enables you to respond to showing the detail page associated with the current tile item.
OnActiveFrameChanged Enables you to respond to changing a frame within the current tile item.
OnClick Enables you to respond to the current tile item’s activation.
OnDeactivateDetail Enables you to respond to closing the detail page associated with the current tile item.
OnDeactivatingDetail Enables you to prohibit the detail page associated with the current tile item from closing.
OnFrameDestroy Enables you to destroy the objects you created during the tile item’s frames initialization.
OnFrameInitialize Enables you to initialize the tile item’s frame when it is about to be displayed.
OnGetStoredProperties Enables you to customize a list of the item’s properties to be stored to external data stores.
OnGetStoredPropertyValue Enables you to provide a value for the item to be saved to external data stores.
OnSetStoredPropertyValue Enables you to restore the item’s property values from external data stores.
See Also