Class TaskRelationship
Represents the class for task relationship.
Inheritance
System.Object
TaskRelationship
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class TaskRelationship : Object, INotifyPropertyChanged
Constructors
TaskRelationship()
Initializes a new instance of the TaskRelationship class.
Declaration
public TaskRelationship()
Properties
ID
Gets or sets the index of the Gantt task.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The index of the Gantt task. |
Name
Gets or sets the value for the task list collection.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Offset
Gets or sets the offset for gantt task relationship.
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
Relationship
Gets or sets the gantt task relationship.
Declaration
public Relationship Relationship { get; set; }
Property Value
Type | Description |
---|---|
Relationship | The gantt task relationship. |
Events
PropertyChanged
Occurs when value for a property is changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged