Class GanttEventMarkers
Defines events and status of project throughout the timeline.
Inheritance
System.Object
GanttEventMarkers
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttEventMarkers : ComponentBase
Constructors
GanttEventMarkers()
Declaration
public GanttEventMarkers()
Properties
EventMarkers
Gets or sets the Gantt Eventsmarkers of the component.
Declaration
public List<GanttEventMarker> EventMarkers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GanttEventMarker> | A list of GanttEventMarker objects representing visual indicators that represent a specific event on a particular date. The default value is an empty list if not set. |
Remarks
This property is used to define the EventMarkers of the Gantt chart. An EventMarker is a visual indicator in the chart that represents a specific event on a particular date. This property is typically used to add EventMarkers to the Gantt chart. If the property is not set, the chart will not have any EventMarkers.
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 |