Provides data for the ToolTipShowing event.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class HeatMapToolTipEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsHeatMapToolTipEventArgs
Inherited Members
Constructors
Initializes a new instance of the ToolTipTextNeededEventArgs class.
C#
public HeatMapToolTipEventArgs(RadToolTip toolTip, string toolTipText, int duration, Point location, CellIndex index)
The tool tip.
toolTipTextstringThe tool tip text.
durationintThe tool tip duration.
locationPointThe tool tip location.
indexCellIndexThe cell index.
Properties
Gets the cell index. Header cells come with -1 index. For row headers the RowIndex is -1. For column headers the ColumnIndex is -1.
C#
public CellIndex Index { get; }
Gets the tool tip.
C#
public RadToolTip ToolTip { get; }