Class GanttTooltipSettingsBuilder
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 GanttTooltipSettingsBuilder : ControlBuilder
Constructors
GanttTooltipSettingsBuilder()
Declaration
public GanttTooltipSettingsBuilder()
GanttTooltipSettingsBuilder(GanttTooltipSettings)
Declaration
public GanttTooltipSettingsBuilder(GanttTooltipSettings model)
Parameters
Type | Name | Description |
---|---|---|
GanttTooltipSettings | model |
Methods
Baseline(String)
Defines template for baseline tooltip element.
Declaration
public GanttTooltipSettingsBuilder Baseline(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
GanttTooltipSettingsBuilder |
ConnectorLine(String)
Defines template for dependency line tooltip.
Declaration
public GanttTooltipSettingsBuilder ConnectorLine(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
GanttTooltipSettingsBuilder |
Editing(String)
Defines tooltip template for taskbar editing action.
Declaration
public GanttTooltipSettingsBuilder Editing(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
GanttTooltipSettingsBuilder |
ShowTooltip(Boolean)
Enables or disables tooltip of Gantt element.
Declaration
public GanttTooltipSettingsBuilder ShowTooltip(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Type | Description |
---|---|
GanttTooltipSettingsBuilder |
Taskbar(String)
Defines tooltip template for taskbar elements.
Declaration
public GanttTooltipSettingsBuilder Taskbar(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
GanttTooltipSettingsBuilder |