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

An interface representing the properties needed to the DragDrop functionality to be configured.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public interface IDragDropSettings

Derived Classes: RadScheduleViewScheduleViewBase

Properties

Gets the data object provider that converts the dragged data from RadScheduleView.

C#
IDataObjectProvider DataObjectProvider { get; }

Gets the drag drop behavior used for drag/drop to and from RadScheduleView.

C#
ScheduleViewDragDropBehavior DragDropBehavior { get; }

Gets the drag visual style applied to the drag cue.

C#
Style DragVisualStyle { get; }

DragVisualTemplate

DataTemplate

Gets the drag visual template applied to the drag cue.

C#
DataTemplate DragVisualTemplate { get; }

Gets a value indicating whether default cursors will be used on drag.

C#
bool UseDefaultCursorsOnDrag { get; }

Gets a value indicating the kind of the drag cue .

C#
bool UseSnapshotDragCue { get; }