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