Back to Devexpress

TdxTileControlItem.OnDeactivateDetail Event

vcl-dxcustomtilecontrol-dot-tdxtilecontrolitem-7e8b107d.md

latest1.7 KB
Original Source

TdxTileControlItem.OnDeactivateDetail Event

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

Declaration

delphi
property OnDeactivateDetail: TdxTileControlItemEvent read; write;

Remarks

Sender references the tile item.

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

Note that the currently active detail page is automatically closed when the tile control is about to be destroyed. As a result, the OnDeactivateDetail event is fired in this instance as well.

See Also

TdxTileControlItem Class

TdxTileControlItem Members

dxCustomTileControl Unit