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.ItemFocusMode Property

Controls how the currently focused item is emphasized within a tile control.

#Declaration

Delphi
property ItemFocusMode: TdxTileControlItemFocusMode read; write;

#Property Value

Type Description
TdxTileControlItemFocusMode

Enumerates available tile focus modes.

#Remarks

Options include:

Value Description Sample
tcifmDefault The focused tile item is enclosed by a rectangle, painted as specified by a tile control’s Style.FocusedColor property.
tcifmOuterFrame The focused tile item is emphasized with an outer frame (a frame that is painted with a 1-pixel offset from the item). Use the ItemOuterFrameColor property to specify the frame color.

The default values of the ItemFocusMode property for the tile and tile bar controls are tcifmDefault and tcifmOuterFrame, respectively.

See Also