Class SchedulingLinkState
Provides a context for a drag-drop link operation.
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class SchedulingLinkState : SchedulingInteractionState
Properties
LinkSourceItem
Gets the source from which the link operation began.
Declaration
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
public DragDropElementType SourceElementType { get; }
Property Value
DragDropElementType
|
TargetElementGroupKey
Gets the target's element group key.
Declaration
public object TargetElementGroupKey { get; }
Property Value
System.Object
|
TargetElementType
Gets the DragDropElementType of the target element.
Declaration
public DragDropElementType TargetElementType { get; }
Property Value
DragDropElementType
|