Class SchedulingDragDropState
Represents the interaction state for the reorder operations in the grid area.
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class SchedulingDragDropState : SchedulingInteractionState
Properties
DestinationGroupKey
Gets the destination group key for the reordering.
Declaration
public object DestinationGroupKey { get; }
Property Value
System.Object
|
DraggedItem
IsReorderOperation
Gets the value that indicates whether the operation is vertical reorder or horizontal drag.
Declaration
public bool IsReorderOperation { get; }
Property Value
System.Boolean
|
IsSameDataSource
Gets a value that specifies whether the drag source and the drop target are the same control.
Declaration
public bool IsSameDataSource { get; }
Property Value
System.Boolean
|
OverlappingValue
Gets the value that represents what area of the dragged item is over the drop target. This value is between 0 and 1.
Declaration
public double OverlappingValue { get; }
Property Value
System.Double
|
SourceGroupKey
Gets the source group key for the reordering.
Declaration
public object SourceGroupKey { get; }
Property Value
System.Object
|
Methods
SetOverlappingValue(Double)
Sets the overlapping value.
Declaration
public void SetOverlappingValue(double overlappingValue)
Parameters
System.Double
overlappingValue
The value. It must be between 0 and 1. |