Class HeatMapToolTipEventArgs
Provides data for the Tool
Inheritance
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class HeatMapToolTipEventArgs : CancelEventArgs
Constructors
HeatMapToolTipEventArgs(RadToolTip, String, Int32, Point, CellIndex)
Initializes a new instance of the Tool
Declaration
public HeatMapToolTipEventArgs(RadToolTip toolTip, string toolTipText, int duration, Point location, CellIndex index)
Parameters
Rad The tool tip. |
System. The tool tip text. |
System. The tool tip duration. |
System. The tool tip location. |
Cell The cell index. |
Properties
Duration
Gets or sets the ToolTip duration.
Declaration
public int Duration { get; set; }
Property Value
System.
|
Index
Gets the cell index. Header cells come with -1 index.
For row headers the Row
Declaration
public CellIndex Index { get; }
Property Value
Location
Gets or sets the ToolTip location.
Declaration
public Point Location { get; set; }
Property Value
System.
|
Text
Gets or sets the ToolTip text.
Declaration
public string Text { get; set; }
Property Value
System.
|