ToolTip
Class
Represents a processed tooltip class that will be shown in a viewer
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class ToolTip
Inheritance: objectToolTip
Properties
ReportItemName
string
Gets or sets the name of the report item associated with the action
C#
public string ReportItemName { get; set; }
Text
string
Gets or sets the tooltip text content.
C#
public string Text { get; set; }
Title
string
Gets or sets the tooltip title.
C#
public string Title { get; set; }