Class GanttTopTierSettings
Represents the setting for the top tier in the Gantt chart timeline.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTopTierSettings : GanttTimelineTierSettings
Constructors
GanttTopTierSettings()
Declaration
public GanttTopTierSettings()
Methods
OnInitializedAsync()
Triggers during the initial rendering of the component.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |