menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttEventMarkers - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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()

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved