Skip to main content

TdxTileControlItem.OnActivateDetail Event

Enables you to respond to showing the detail page associated with the current tile item.

Declaration

property OnActivateDetail: TdxTileControlItemEvent read; write;

Remarks

Sender references the tile item.

This event fires after the tile control’s OnItemActivateDetail event. Handle these events in combination with the tile item’s OnClick, OnDeactivateDetail, and OnDeactivatingDetail events and the tile control’s OnItemDeactivateDetail, and OnItemDeactivatingDetail events in order to respond to activating tiles and switching between detail pages. Refer to the ActivateDetail and Click method descriptions to learn about the available methods to show detail pages for tile items.

Note that handling the OnActivateDetail event enables display of the detail page’s tab, regardless of the tile item’s DetailOptions.ShowTab property value.

See Also