Class ToolTip
Class for ToolTip.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models.ReportViewer
Assembly: Syncfusion.EJ.dll
Syntax
public class ToolTip : EJTagHelper
Constructors
ToolTip()
Declaration
public ToolTip()
Properties
Content
Gets or sets the content of the toolbar custom item tooltip.
Declaration
[JsonProperty("content")]
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | The custom item tooltip content. |
Header
Gets or sets the header of the toolbar custom item tooltip.
Declaration
[JsonProperty("header")]
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String | The custom item tooltip header. |