DragDropSetAllowDrop Method

Sets a value indicating whether the given interactive can be used as the target of a drag-and-drop operation.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static void SetAllowDrop(
	Interactive interactive,
	bool value
)

Parameters

interactive  Interactive
 
value  Boolean
 

See Also