Class RelationSlotInfo
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class RelationSlotInfo : SlotInfo, IEventInfo, IGroupCellCoordinates, IEquatable<SlotInfo>
Constructors
RelationSlotInfo(Range<Int64>, Int32, Int32, DependencyType)
Declaration
public RelationSlotInfo(Range<long> timeRange, int startIndex, int endIndex, DependencyType dependencyType)
Parameters
Range<System.Int64>
timeRange
|
System.Int32
startIndex
|
System.Int32
endIndex
|
DependencyType
dependencyType
|
Properties
AreGroupsReversed
Declaration
public bool AreGroupsReversed { get; }
Property Value
System.Boolean
|
DependencyType
IsArrowReversed
Declaration
public bool IsArrowReversed { get; }
Property Value
System.Boolean
|
IsSameSide
Declaration
public bool IsSameSide { get; }
Property Value
System.Boolean
|
IsTimeReversed
Declaration
public bool IsTimeReversed { get; }
Property Value
System.Boolean
|
Methods
Equals(RelationSlotInfo)
Declaration
public bool Equals(RelationSlotInfo other)
Parameters
RelationSlotInfo
other
|
Returns
System.Boolean
|