ClassRelationSlot
Class representing a slot of the dragged relation.
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
public class RelationSlot : PropertyChangedBase, INotifyPropertyChanged, IDateRange
Inheritance: objectPropertyChangedBaseRelationSlot
Implements:
Inherited Members
Properties
End
Gets or sets the end.
Declaration
public DateTime End { get; set; }
Property Value
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
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
True if the target is relation is to Target's end; false otherwise.
Source
Gets the IGanttTask from which the relation began.
Start
Gets or sets the start.
Declaration
public DateTime Start { get; set; }
Property Value
The start.
Implements
Target
Gets the IGanttTask where the relation ends.