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

TdxTileControlActionBarItem.OnClick Event

In This Article

Enables you to respond to the action bar item’s activation.

#Declaration

Delphi
property OnClick: TdxTileControlActionBarItemEvent read; write;

#Remarks

End-users can activate action bar items with clicks and taps. The Click method allows you to activate an action bar item programmatically, emulating an end-user action. Activating an action bar item automatically hides action bars and then fires the item’s OnClick event.

The Sender parameter specifies the action bar item that has been activated.

See Also