ListViewBaseAutomationPeer.DropEffect Property

Definition

Gets a string that indicates what will happen when the item is dropped.

public:
 property Platform::String ^ DropEffect { Platform::String ^ get(); };
winrt::hstring DropEffect();
public string DropEffect { get; }
var string = listViewBaseAutomationPeer.dropEffect;
Public ReadOnly Property DropEffect As String

Property Value

String

Platform::String

winrt::hstring

A string that indicates what will happen when the item is dropped.

Implements

Remarks

This property is relevant for draggable items when the drop targets are ambiguous. In this case the ListViewBase drag origin suggests an effect of being dropped via this property. The drop target can choose to use the DropEffect value instead of the default drop effect of the target.

Applies to