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

TdxTileControlController.FocusedItem Property

Focuses a specified tile item by scrolling it into view.

#Declaration

Delphi
property FocusedItem: TdxTileControlItem read; write;

#Property Value

Type
TdxTileControlItem

#Remarks

A tile item assigned to this property gets highlighted as specified by the tile control’s OptionsBehavior.ItemFocusMode property. End-users can move focus with the mouse and arrow keys. Activating a tile item automatically focuses it. To remove focus, set the FocusedItem property to nil.

Handle the tile control’s OnItemFocusChanging and OnItemFocusChange events to respond to focusing tile items and prohibit certain tile items from being focused.

See Also