Class
HeatMapToolTipEventArgs

Provides data for the ToolTipShowing event.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class HeatMapToolTipEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsHeatMapToolTipEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

HeatMapToolTipEventArgs(RadToolTip, string, int, Point, CellIndex)

Initializes a new instance of the ToolTipTextNeededEventArgs class.

Declaration

cs-api-definition
public HeatMapToolTipEventArgs(RadToolTip toolTip, string toolTipText, int duration, Point location, CellIndex index)

Parameters

toolTip

RadToolTip

The tool tip.

toolTipText

string

The tool tip text.

duration

int

The tool tip duration.

location

Point

The tool tip location.

index

CellIndex

The cell index.

Properties

Duration

Gets or sets the ToolTip duration.

Declaration

cs-api-definition
public int Duration { get; set; }

Property Value

int

Index

Gets the cell index. Header cells come with -1 index. For row headers the RowIndex is -1. For column headers the ColumnIndex is -1.

Declaration

cs-api-definition
public CellIndex Index { get; }

Property Value

CellIndex

Location

Gets or sets the ToolTip location.

Declaration

cs-api-definition
public Point Location { get; set; }

Property Value

Point

Text

Gets or sets the ToolTip text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

ToolTip

Gets the tool tip.

Declaration

cs-api-definition
public RadToolTip ToolTip { get; }

Property Value

RadToolTip