Class HeatMapScreenTipEventArgs
Provides data for the Screen
Inheritance
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class HeatMapScreenTipEventArgs : CancelEventArgs
Constructors
HeatMapScreenTipEventArgs(RadOffice2007ScreenTipElement, Point, CellIndex)
Initializes a new instance of the Heat
Declaration
public HeatMapScreenTipEventArgs(RadOffice2007ScreenTipElement screenTip, Point location, CellIndex index)
Parameters
Rad The screen tip. |
System. The screen tip location. |
Cell The cell index. |
Properties
CaptionText
Gets or sets the ScreenTip caption.
Declaration
public string CaptionText { get; set; }
Property Value
System.
|
Delay
Gets or sets the ScreenTip delay.
Declaration
public int Delay { get; set; }
Property Value
System.
|
FooterText
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 ScreenTip location.
Declaration
public Point Location { get; set; }
Property Value
System.
|
ScreenTip
Gets the screen tip.
Declaration
public RadOffice2007ScreenTipElement ScreenTip { get; }
Property Value
Text
Gets or sets the ScreenTip content.
Declaration
public string Text { get; set; }
Property Value
System.
|