Class
RelationSlot

Class representing a slot of the dragged relation.

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class RelationSlot : PropertyChangedBase, INotifyPropertyChanged, IDateRange

Inheritance: objectPropertyChangedBaseRelationSlot

Implements: IDateRangeINotifyPropertyChanged

Inherited Members PropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)PropertyChangedBase.OnPropertyChanged(string)PropertyChangedBase.OnPropertyChanged<T>(Expression<Func<T>>)PropertyChangedBase.PropertyChanged

Properties

End

Gets or sets the end.

Declaration

cs-api-definition
public DateTime End { get; set; }

Property Value

DateTime

The end.

Implements IDateRange.End

IsRelationFromEnd

Gets or sets a value determining whether the relation is from the Source's start or end.

Declaration

cs-api-definition
public bool IsRelationFromEnd { get; set; }

Property Value

bool

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

cs-api-definition
public bool IsRelationToEnd { get; set; }

Property Value

bool

True if the target is relation is to Target's end; false otherwise.

Source

Gets the IGanttTask from which the relation began.

Declaration

cs-api-definition
public IGanttTask Source { get; }

Property Value

IGanttTask

Start

Gets or sets the start.

Declaration

cs-api-definition
public DateTime Start { get; set; }

Property Value

DateTime

The start.

Implements IDateRange.Start

Target

Gets the IGanttTask where the relation ends.

Declaration

cs-api-definition
public IGanttTask Target { get; set; }

Property Value

IGanttTask