Class CustomToolTip
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
Assembly: Syncfusion.EJ.dll
Syntax
public class CustomToolTip : EJTagHelper
Constructors
CustomToolTip()
Declaration
public CustomToolTip()
Properties
Content
Gets or sets the Syncfusion button, split button, dropdown list, toggle button, gallery, custom controls to the groups in the ribbon control.
Declaration
[JsonProperty("content")]
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | The content |
PrefixIcon
Gets or sets icon to the custom tooltip content.
Declaration
[JsonProperty("prefixIcon")]
public string PrefixIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String | The prefixIcon |
Title
Gets or sets title to the custom tooltip. Text and HTML support are provided for title and the title is in bold for text format.
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The title |