ToolTip
Class
Represents a class that defines a tooltip displayed over a report item or a datapoint.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter("Telerik.Reporting.Design.ToolTipConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class ToolTip
Inheritance: objectToolTip
Properties
Text
string
Gets or sets a text to be displayed as a tooltip text
C#
public string Text { get; set; }
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.
Title
string
Gets or sets a text to be displayed as a tooltip title
C#
public string Title { get; set; }
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.