Class
SchedulingLinkState

Provides a context for a drag-drop link operation.

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class SchedulingLinkState : SchedulingInteractionState

Inheritance: objectSchedulingInteractionStateSchedulingLinkState

Inherited Members SchedulingInteractionState.UnknownValueSchedulingInteractionState.IsControlDownSchedulingInteractionState.IsShiftDownSchedulingInteractionState.DestinationSlotSchedulingInteractionState.TimeToDrop

Properties

LinkSourceItem

Gets the source from which the link operation began.

Declaration

cs-api-definition
public IDateRange LinkSourceItem { get; }

Property Value

IDateRange

SourceElementType

Gets the DragDropElementType of the source element, i.e. the item from which the link operation began.

Declaration

cs-api-definition
public DragDropElementType SourceElementType { get; }

Property Value

DragDropElementType

TargetElementGroupKey

Gets the target's element group key.

Declaration

cs-api-definition
public object TargetElementGroupKey { get; }

Property Value

object

TargetElementType

Gets the DragDropElementType of the target element.

Declaration

cs-api-definition
public DragDropElementType TargetElementType { get; }

Property Value

DragDropElementType