TcxCustomGridTableViewStyles.OnGetHotTrackStyle Event
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