Back to Devexpress

TdxCustomTileControl.OnItemFocusChanging Event

vcl-dxcustomtilecontrol-dot-tdxcustomtilecontrol-43928e1c.md

latest1.3 KB
Original Source

TdxCustomTileControl.OnItemFocusChanging Event

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

TdxTileControlOptionsBehavior.FocusItemOnCycle

TdxTileControlOptionsBehavior.HideFocusOnItemHotTrack

TdxTileControlStyle.FocusedColor

TdxCustomTileControl Class

TdxCustomTileControl Members

dxCustomTileControl Unit