New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

C#
public class RelationSlotInfo : SlotInfo, IEventInfo, IGroupCellCoordinates, IEquatable<SlotInfo>

Inheritance: objectSlotInfoRelationSlotInfo

Implements: IEquatable<SlotInfo>IEventInfoIGroupCellCoordinates

Inherited Members SlotInfo.Equals(object)SlotInfo.Equals(SlotInfo)SlotInfo.TimeRangeSlotInfo.CellCoordinates

Constructors

C#
public RelationSlotInfo(Range<long> timeRange, int startIndex, int endIndex, DependencyType dependencyType)
Parameters:timeRangeRange<long>startIndexintendIndexintdependencyTypeDependencyType

Properties

C#
public bool AreGroupsReversed { get; }
C#
public DependencyType DependencyType { get; }
C#
public bool IsArrowReversed { get; }
C#
public bool IsSameSide { get; }
C#
public bool IsTimeReversed { get; }

Methods

C#
public bool Equals(RelationSlotInfo other)
Parameters:otherRelationSlotInfoReturns:

bool

C#
public override int GetHashCode()
Returns:

int

Overrides: SlotInfo.GetHashCode()