Class GanttTaskPredecessor
Inheritance
System.Object
GanttTaskPredecessor
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTaskPredecessor : Object
Constructors
GanttTaskPredecessor()
Declaration
public GanttTaskPredecessor()
Properties
From
Gets or sets the starting point of the task dependency line in the Gantt chart.
Declaration
public string From { get; set; }
Property Value
Type |
---|
System.String |
IsDrawn
Gets or sets a value indicating whether the task dependency line is drawable in the Gantt chart.
Declaration
public bool IsDrawn { get; set; }
Property Value
Type |
---|
System.Boolean |
Offset
Gets or sets the offset value for positioning the task dependency line in the Gantt chart.
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
OffsetUnit
Gets or sets the unit of measurement for the offset value of the task dependency line in the Gantt chart.
Declaration
public string OffsetUnit { get; set; }
Property Value
Type |
---|
System.String |
To
Gets or sets the target task ID of the task dependency in the Gantt chart.
Declaration
public string To { get; set; }
Property Value
Type |
---|
System.String |
Type
Gets or sets the type of dependency relationship in the Gantt chart.
Declaration
public string Type { get; set; }
Property Value
Type |
---|
System.String |