DragDropGetAllowDrop Method

Gets a value indicating whether the given element 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 bool GetAllowDrop(
	Interactive interactive
)

Parameters

interactive  Interactive
 

Return Value

Boolean

See Also