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