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

TcxCustomGridTableViewStyles.HotTrack Property

Specifies the style applied to the hot-tracked row.

#Declaration

Delphi
property HotTrack: TcxStyle index vsHotTrack read; write;

#Property Value

Type Description
TcxStyle

Stores appearance settings for a UI element.

#Remarks

Use the HotTrack property to define the style (that is, font and background color) of the cells in the selected grid View row that are not focused.

See Also