Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlItem.DeactivateDetail Method

In This Article

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