TcxTreeListNode.HotTrack Property
Determines whether the node is hot-tracked.
Declaration
property HotTrack: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The HotTrack property indicates whether the node is hot-tracked. You can handle the TreeList control’s OnHotTrackNode event to process node hot-tracking within the TreeList control.
See Also