Back to Devexpress

TdxTileControlItem.DeactivateDetail Method

vcl-dxcustomtilecontrol-dot-tdxtilecontrolitem-c2f2734f.md

latest1.1 KB
Original Source

TdxTileControlItem.DeactivateDetail Method

Closes the detail page associated with the current tile item and returns the tile control to the main page displaying tiles.

Declaration

delphi
procedure DeactivateDetail;

Remarks

Call this method to close the currently active detail page. To respond to closing detail pages, handle the OnDeactivateDetail event.

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

TdxCustomTileControl.ActiveDetail

TdxTileControlItem Class

TdxTileControlItem Members

dxCustomTileControl Unit