Class TooltipShowingEventArgs

The class used as the argument to the onTooltipShowing event.

Index

Properties

cancel: boolean

A flag which if set to true will disable the rendering of the tooltip.

cell: RVCell

The data cell for which a tooltip is about to be shown.

customItems: RVTooltipItem[]

An array of RVTooltipItem objects for showing custom menu items in the tooltip.

row: RVCell[]

The whole data row for which a tooltip is about to be shown.

visualization: RVVisualization

The visualization for which a tooltip is about to be shown.