Interface IDragDropSettings
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IDragDropSettings
Properties
DataObjectProvider
DragDropBehavior
Declaration
SchedulerDragDropBehavior DragDropBehavior { get; }
Property Value
DragVisualStyle
Declaration
Style DragVisualStyle { get; }
Property Value
Microsoft.
|
DragVisualTemplate
Declaration
DataTemplate DragVisualTemplate { get; }
Property Value
Microsoft.
|
UseDefaultCursorsOnDrag
Declaration
bool UseDefaultCursorsOnDrag { get; }
Property Value
System.
|
UseSnapshotDragCue
Declaration
bool UseSnapshotDragCue { get; }
Property Value
System.
|