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

TdxTileControlOptionsBehavior.FocusItemOnCycle Property

Specifies a value indicating whether an end-user can move focus to the next/previous row via the rightmost/leftmost tile within the current row.

#Declaration

Delphi
property FocusItemOnCycle: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set this property to True to let end-users press the Left or Right Arrow key to cycle focus within the tile control by moving focus to:

  • The next row when it passes the last tile of the current row;

  • The previous row when it passes the first tile of the current row.

Otherwise, if the leftmost/rightmost tile item is focused within the current row, pressing the Left/Right Arrow key has no effect.

The default value of the FocusItemOnCycle property is True.

See Also