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

TcxContainerStyle.HotTrack Property

Specifies if a child style for the hot-tracked state is enabled.

#Declaration

Delphi
property HotTrack: Boolean read; write;

#Property Value

Type Description
Boolean

True if a hot-track state style is in use; otherwise, False.

#Remarks

Set the HotTrack property to True or False to enable or disable appearance customization for the hot-tracked state of the affected control.

Note

The HotTrack property is in effect only if the current style defines base control appearance settings (that is, the State property returns csNormal).

#Style Setting Modification Flag

Any HotTrack property value change adds the csvHotTrack flag to the AssignedValues property. To restore the default HotTrack property value, remove the csvHotTrack flag.

#Default Value

The HotTrack property’s default value is True.

See Also