RelationInfo
Class
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public class RelationInfo : IEventInfo, IGroupCellCoordinates, IObjectWrapper, IEquatable<RelationInfo>
Inheritance: objectRelationInfo
Implements:
Constructors
C#
public RelationInfo(IGanttTask taskTo, IDependency dependency, Range<int> groupsRange, Range<long> timeRange)
Properties
C#
public bool AreGroupsReversed { get; set; }
C#
public Range<int> CellCoordinates { get; }
Implements:
C#
public IDependency Dependency { get; }
C#
public bool IsArrowReversed { get; set; }
True if the relation is StartStart or EndEnd; false otherwise.
C#
public bool IsSameSide { get; set; }
True if arrow starts from the "left" side of the "left" appointment (i.e. should have curve at this side); otherwise false.
C#
public bool IsTimeReversed { get; set; }
C#
public IGanttTask TaskFrom { get; }
C#
public IGanttTask TaskTo { get; }
Methods
C#
public static Range<long> GetRelationTimeRange(IDateRange from, IDateRange to, DependencyType type)