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

TcxTreeListOptionsBehavior.HotTrack Property

Specifies whether nodes are hot-tracked when the mouse pointer is located over them.

#Declaration

Delphi
property HotTrack: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True, to emphasize (hot-track) a node that is currently located under the mouse pointer. By default, hot-tracked nodes are painted using the clHighLightText text color. To customize their appearance, set the Styles.HotTrack property or handle the Styles.OnGetHotTrackStyle event.

To respond to hot-tracking nodes, handle the TreeList control’s OnHotTrackNode event.

The default value of the HotTrack property is False.

See Also