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

In This Article

Enables you to prohibit moving focus to a specified tile item.

#Declaration

Delphi
property OnItemFocusChanging: TdxTileControlItemAllowOperationEvent read; write;

#Remarks

The Sender parameter references the tile control.

The AItem parameter specifies the tile item that is about to be focused.

Pass False as the AAllow parameter to prohibit moving focus to the tile item. Otherwise, the OnItemFocusChange event fires, allowing you to respond to moving focus, and then the tile item gets focused.

See Also