Class GanttTooltipSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttTooltipSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.AspNetMvc.Gantt.dll
Syntax
public class GanttTooltipSettings : EJTagHelper
Constructors
GanttTooltipSettings()
Declaration
public GanttTooltipSettings()
Properties
Baseline
Defines template for baseline tooltip element.
Declaration
public string Baseline { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
ConnectorLine
Defines template for dependency line tooltip.
Declaration
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 |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Editing
Defines tooltip template for taskbar editing action.
Declaration
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
public bool ShowTooltip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is true |
Taskbar
Defines tooltip template for taskbar elements.
Declaration
public string Taskbar { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Timeline
Defines template for timeLine tooltip element.
Declaration
public string Timeline { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |