Back to Devexpress

TdxTileControlItem.Click Method

vcl-dxcustomtilecontrol-dot-tdxtilecontrolitem-ce28958c.md

latest1.3 KB
Original Source

TdxTileControlItem.Click Method

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

TdxTileControlOptionsBehavior.ItemPressAnimation

TdxTileControlItem Class

TdxTileControlItem Members

dxCustomTileControl Unit