Class GanttTooltipSettings
Inheritance
System.Object
GanttTooltipSettings
Implements
System.IDisposable
Assembly: Syncfusion.Blazor.dll
public class GanttTooltipSettings : BaseComponent, IDisposable
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 |
|
Defines tooltip template for taskbar editing action.
Declaration
public string Editing { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override string jsProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
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 |
|
Methods
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Declaration
public string GetJSNamespace()
Returns
Type |
Description |
System.String |
|
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable