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.Click Method

In This Article

Activates the current tile item.

#Declaration

Delphi
procedure Click;

#Remarks

End-users can activate tile items with clicks and taps. The Click method allows you to activate tile items programmatically, emulating an end-user action. Activating a tile item fires its OnClick event. Then, the item’s detail page is shown, provided that you specified a detail control via the item’s DetailOptions.DetailControl property.

Note

As with normal clicks, the Click method cannot activate disabled tile items. To activate a tile item regardless of its enabled state, call the item ActivateDetail method.

See Also