Class GanttIndicator
Class that defines indicator details.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttIndicator
Constructors
GanttIndicator()
Declaration
public GanttIndicator()
Properties
Date
Defines the date of indicator.
Declaration
public DateTime Date { get; set; }
Property Value
| Type |
|---|
| DateTime |
IconClass
Defines the icon class of indicator.
Declaration
public string IconClass { get; set; }
Property Value
| Type |
|---|
| string |
Name
Defines the name of indicator.
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| string |
Tooltip
Defines the tooltip of indicator.
Declaration
public string Tooltip { get; set; }
Property Value
| Type |
|---|
| string |