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