Class ToolTip
Represents a processed tooltip class that will be shown in a viewer
Inheritance
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class ToolTip : IToolTip
Constructors
ToolTip()
Initializes a new instance of the ToolTip class. Used by JSON serialization.
Declaration
public ToolTip()
Properties
ReportItemName
Gets or sets the name of the report item associated with the action
Declaration
public string ReportItemName { get; set; }
Property Value
System.String
|
Text
Gets or sets the tooltip text content.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Title
Gets or sets the tooltip title.
Declaration
public string Title { get; set; }
Property Value
System.String
|