TcxCustomGridTableViewStyles.HotTrack Property
In This Article
Specifies the style applied to the hot-tracked row.
#Declaration
Delphi
property HotTrack: TcxStyle index vsHotTrack read; write;
#Property Value
Type | Description |
---|---|
Tcx |
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