Provides data for the ScreenTipShowing event.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class HeatMapScreenTipEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsHeatMapScreenTipEventArgs
Inherited Members
Constructors
Initializes a new instance of the HeatMapScreenTipEventArgs class.
C#
public HeatMapScreenTipEventArgs(RadOffice2007ScreenTipElement screenTip, Point location, CellIndex index)
The screen tip.
locationPointThe screen tip location.
indexCellIndexThe cell index.
Properties
Gets or sets the ScreenTip caption.
C#
public string CaptionText { get; set; }
Gets or sets the ScreenTip footer.
C#
public string FooterText { get; set; }
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 screen tip.
C#
public RadOffice2007ScreenTipElement ScreenTip { get; }