Class GanttTooltipSettings
Inheritance
System.Object
GanttTooltipSettings
Assembly: Syncfusion.EJ2.dll
public class GanttTooltipSettings : EJTagHelper
Constructors
Declaration
public GanttTooltipSettings()
Properties
Defines template for baseline tooltip element.
Declaration
public string Baseline { get; set; }
Property Value
Type |
Description |
System.String |
|
Defines template for dependency line tooltip.
Declaration
public string ConnectorLine { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Defines tooltip template for taskbar editing action.
Declaration
public string Editing { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Enables or disables tooltip of Gantt element.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Defines tooltip template for taskbar elements.
Declaration
public string Taskbar { get; set; }
Property Value
Type |
Description |
System.String |
|