Skip to main content

TdxTileControlItem.OnDeactivatingDetail Event

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

Declaration

property OnDeactivatingDetail: TdxTileControlItemAllowOperationEvent read; write;

Remarks

Sender and AItem reference the tile control and tile item, respectively.

Pass False as the AAllow parameter to prohibit the item’s detail page from closing. Refer to the ActivateDetail and DeactivateDetail method descriptions to learn about the available methods to close detail pages.

This event fires after the tile control’s OnItemDeactivatingDetail event. Handle these events in combination with the tile item’s OnClick, OnActivateDetail, and OnDeactivatingDetail events and the tile control’s OnItemActivateDetail, and OnItemDeactivateDetail 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.

See Also