Class GanttTooltipSettings
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.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttTooltipSettings : EJTagHelper
Constructors
GanttTooltipSettings()
Declaration
public GanttTooltipSettings()
Properties
Baseline
Defines template for baseline tooltip element.
Declaration
[HtmlAttributeName("baseline")]
public string Baseline { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ConnectorLine
Defines template for dependency line tooltip.
Declaration
[HtmlAttributeName("connectorLine")]
public string ConnectorLine { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Editing
Defines tooltip template for taskbar editing action.
Declaration
[HtmlAttributeName("editing")]
public string Editing { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ShowTooltip
Enables or disables tooltip of Gantt element.
Declaration
[HtmlAttributeName("showTooltip")]
public bool ShowTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
Taskbar
Defines tooltip template for taskbar elements.
Declaration
[HtmlAttributeName("taskbar")]
public string Taskbar { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |