TcxCustomListView.OnInfoTip Event
Occurs before the hint is displayed within the list view.
Declaration
property OnInfoTip: TLVInfoTipEvent read; write;
Remarks
When the mouse cursor is positioned over an item within the TcxListView control, the hint (tip) appears. Hints are displayed only for partially visible items. The OnInfoTip event is fired before the hint is displayed. You can use this event handler to change the hint, displayed for a specific item.
Sender specifies the TcxCustomInnerListView.
Item specifies the item, whose hint is to be displayed.
InfoTip specifies the tip string for an item.
See Also