TcxCustomGridTableViewStyles.HotTrack Property
Specifies the style applied to the hot-tracked row.
Declaration
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