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

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 SchedulingInteractionState.UnknownValueSchedulingInteractionState.IsControlDownSchedulingInteractionState.IsShiftDownSchedulingInteractionState.DestinationSlotSchedulingInteractionState.TimeToDrop

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; }