Class GanttTopTierSettings
Represents the setting for the top tier in the Gantt chart timeline.
Inheritance
System.Object
GanttTopTierSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTopTierSettings : GanttTimelineTierSettings
Constructors
GanttTopTierSettings()
Declaration
public GanttTopTierSettings()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides