Interface
IDragDropSettings

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:

cs-api-definition
public interface IDragDropSettings

Properties

DataObjectProvider

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

Declaration

cs-api-definition
IDataObjectProvider DataObjectProvider { get; }

Property Value

IDataObjectProvider

DragDropBehavior

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

Declaration

cs-api-definition
ScheduleViewDragDropBehavior DragDropBehavior { get; }

Property Value

ScheduleViewDragDropBehavior

DragVisualStyle

Gets the drag visual style applied to the drag cue.

Declaration

cs-api-definition
Style DragVisualStyle { get; }

Property Value

Style

DragVisualTemplate

Gets the drag visual template applied to the drag cue.

Declaration

cs-api-definition
DataTemplate DragVisualTemplate { get; }

Property Value

DataTemplate

UseDefaultCursorsOnDrag

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

Declaration

cs-api-definition
bool UseDefaultCursorsOnDrag { get; }

Property Value

bool

UseSnapshotDragCue

Gets a value indicating the kind of the drag cue .

Declaration

cs-api-definition
bool UseSnapshotDragCue { get; }

Property Value

bool