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

TdxCustomTileBar.FocusedItem Property

Specifies the focused tile.

#Declaration

Delphi
property FocusedItem: TdxTileBarItem read; write;

#Property Value

Type
TdxTileBarItem

#Remarks

You can use this property to:

  • Identify which tile has focus.

  • Focus a tile. Assign a target tile to the FocusedItem property. The control highlights the focused tile and scrolls it into view.

  • Remove focus from the tile. Assign nil (in Delphi) or nullptr/NULL (in C++Builder) to the FocusedItem property.

An end user can click a tile to focus it or press arrow keys to move focus between tiles.

The FocusedItem property’s default value is nil.

See Also