Skip to main content

TdxCustomTileControl.OnItemActivateDetail Event

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

Declaration

property OnItemActivateDetail: TdxTileControlItemOperationEvent read; write;

Remarks

The Sender parameter references the tile control.

The AItem parameter specifies the tile item whose detail page is displayed.

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

See Also