Interface
IDragDropSettings

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

Definition

Namespace:Telerik.UI.Xaml.Controls.Scheduler

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface IDragDropSettings

Derived Classes: RadSchedulerSchedulerBase

Properties

DataObjectProvider

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

Declaration

cs-api-definition
IDataObjectProvider DataObjectProvider { get; }

Property Value

IDataObjectProvider

DragDropBehavior

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

Declaration

cs-api-definition
SchedulerDragDropBehavior DragDropBehavior { get; }

Property Value

SchedulerDragDropBehavior

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