Class ToolTipSettingsBuilder
A builder class that holds the settings related to ToolTip.
Inheritance
System.Object
ToolTipSettingsBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class ToolTipSettingsBuilder
Constructors
ToolTipSettingsBuilder(ToolTipSettings)
Initializes a new instance of the ToolTipSettingsBuilder class.
Declaration
public ToolTipSettingsBuilder(ToolTipSettings options)
Parameters
Type | Name | Description |
---|---|---|
ToolTipSettings | options | It accepts the ToolTipSettings object. |
Methods
Enable(Boolean)
This field stores the value that indicates whether to show or hide the tooltip option for appointments.
Declaration
public ToolTipSettingsBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value | It accepts the value that indicates whether to show or hide the tooltip option for appointments. |
Returns
Type | Description |
---|---|
ToolTipSettingsBuilder |
TemplateId(String)
This field stores the tooltip template id value.
Declaration
public ToolTipSettingsBuilder TemplateId(string templateId)
Parameters
Type | Name | Description |
---|---|---|
System.String | templateId | It accepts the tooltip template id value |
Returns
Type | Description |
---|---|
ToolTipSettingsBuilder |