New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class SchedulingDragDropState : SchedulingInteractionState

Inheritance: objectSchedulingInteractionStateSchedulingDragDropState

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

Properties

Gets the destination group key for the reordering.

C#
public object DestinationGroupKey { get; }

Gets the dragged item.

C#
public IDateRange DraggedItem { get; }

Gets the value that indicates whether the operation is vertical reorder or horizontal drag.

C#
public bool IsReorderOperation { get; }

Gets a value that specifies whether the drag source and the drop target are the same control.

C#
public bool IsSameDataSource { get; }

Gets the value that represents what area of the dragged item is over the drop target. This value is between 0 and 1.

C#
public double OverlappingValue { get; }

Gets the source group key for the reordering.

C#
public object SourceGroupKey { get; }

Methods

Sets the overlapping value.

C#
public void SetOverlappingValue(double overlappingValue)
Parameters:overlappingValuedouble

The value. It must be between 0 and 1.