ClassToolTip
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:
cs-api-definition
[TypeConverter("Telerik.Reporting.Design.ToolTipConverter, Telerik.Reporting.Design, Version=19.3.26.121, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class ToolTip
Inheritance: objectToolTip
Properties
Text
Gets or sets a text to be displayed as a tooltip text
Declaration
cs-api-definition
public string Text { get; set; }
Property Value
string
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.
Title
Gets or sets a text to be displayed as a tooltip title
Declaration
cs-api-definition
public string Title { get; set; }
Property Value
string
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.