SchedulingLinkState
Class
Provides a context for a drag-drop link operation.
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class SchedulingLinkState : SchedulingInteractionState
Inheritance: objectSchedulingInteractionStateSchedulingLinkState
Inherited Members
Properties
Gets the source from which the link operation began.
C#
public IDateRange LinkSourceItem { get; }
Gets the DragDropElementType of the source element, i.e. the item from which the link operation began.
C#
public DragDropElementType SourceElementType { get; }
Gets the target's element group key.
C#
public object TargetElementGroupKey { get; }
Gets the DragDropElementType of the target element.
C#
public DragDropElementType TargetElementType { get; }