ClassSchedulingLinkState
Class
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
Properties
LinkSourceItem
Gets the source from which the link operation began.
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
TargetElementGroupKey
Gets the target's element group key.
TargetElementType
Gets the DragDropElementType of the target element.
Declaration
cs-api-definition
public DragDropElementType TargetElementType { get; }
Property Value