Class GanttTooltipSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttTooltipSettings
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
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 |