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