Skip to main content

TcxCustomGridTableViewStyles.OnGetHotTrackStyle Event

Allows you to change the style applied to the hot-tracked record.

Declaration

property OnGetHotTrackStyle: TcxGridGetSelectionStyleEvent read; write;

Remarks

This event occurs every time the mouse pointer enters a record before a style is applied to it. Refer to the TcxGridGetSelectionStyleEvent type description for information on parameters accessible within the OnGetHotTrackStyle event handler.

See Also