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.OnItemBeforeCheck Event

In This Article

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

#Declaration

Delphi
property OnItemBeforeCheck: TdxTileControlItemAllowOperationEvent read; write;

#Remarks

The Sender parameter references the tile control.

The AItem parameter specifies the tile item whose checked state is about to be changed.

Pass False as the AAllow parameter to prohibit changing the item’s checked state. Otherwise, the state is changed, and as a result, the tile control updates its CheckedItems list and then fires the OnItemCheck event.

See Also