Interface IDragDropSettings
An interface representing the properties needed to the DragDrop functionality to be configured.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IDragDropSettings
Properties
DataObjectProvider
Gets the data object provider that converts the dragged data from RadScheduleView.
Declaration
IDataObjectProvider DataObjectProvider { get; }
Property Value
IDataObjectProvider
|
DragDropBehavior
Gets the drag drop behavior used for drag/drop to and from RadScheduleView.
Declaration
ScheduleViewDragDropBehavior DragDropBehavior { get; }
Property Value
ScheduleViewDragDropBehavior
|
DragVisualStyle
Gets the drag visual style applied to the drag cue.
Declaration
Style DragVisualStyle { get; }
Property Value
System.Windows.Style
|
DragVisualTemplate
Gets the drag visual template applied to the drag cue.
Declaration
DataTemplate DragVisualTemplate { get; }
Property Value
System.Windows.DataTemplate
|
UseDefaultCursorsOnDrag
Gets a value indicating whether default cursors will be used on drag.
Declaration
bool UseDefaultCursorsOnDrag { get; }
Property Value
System.Boolean
|
UseSnapshotDragCue
Gets a value indicating the kind of the drag cue .
Declaration
bool UseSnapshotDragCue { get; }
Property Value
System.Boolean
|