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

TdxCustomTileControl.OnItemCheck Event

In This Article

Enables you to respond to switching the checked state of tile items.

#Declaration

Delphi
property OnItemCheck: TdxTileControlItemOperationEvent read; write;

#Remarks

The Sender parameter references the tile control.

The AItem parameter specifies the tile item whose checked state has been changed.

If at least one tile is checked (selected), the tile control automatically displays action bars. You can handle the OnItemCheck event in order to implement the context-sensitive behavior for them by responding to selection changes and dynamically switching the visibility of action bar items that are specific to the current selection.

You can handle the OnItemBeforeCheck event to prohibit switching the checked state of individual tile items.

See Also