Class GanttTaskPredecessor
Represents the details of task dependency in the Gantt chart.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTaskPredecessor
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 |
|---|
| 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 |
|---|
| bool |
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 |
|---|
| 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 |
|---|
| 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 |
|---|
| string |
Type
Gets or sets the type of dependency relationship in the Gantt chart.
Declaration
public string Type { get; set; }
Property Value
| Type |
|---|
| string |