Class RelationSlot
Class representing a slot of the dragged relation.
Inherited Members
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class RelationSlot : PropertyChangedBase, INotifyPropertyChanged, IDateRange
Properties
End
Gets or sets the end.
Declaration
public DateTime End { get; set; }
Property Value
System.DateTime
The end. |
Implements
IsRelationFromEnd
Gets or sets a value determining whether the relation is from the Source's start or end.
Declaration
public bool IsRelationFromEnd { get; set; }
Property Value
System.Boolean
True if the target is relation is from Source's end; false otherwise. |
IsRelationToEnd
Gets or sets a value determining whether the relation is to the Target's start or end.
Declaration
public bool IsRelationToEnd { get; set; }
Property Value
System.Boolean
True if the target is relation is to Target's end; false otherwise. |
Source
Gets the IGanttTask from which the relation began.
Declaration
public IGanttTask Source { get; }
Property Value
IGanttTask
|
Start
Gets or sets the start.
Declaration
public DateTime Start { get; set; }
Property Value
System.DateTime
The start. |
Implements
Target
Gets the IGanttTask where the relation ends.
Declaration
public IGanttTask Target { get; set; }
Property Value
IGanttTask
|