UIElement.AllowDropProperty Property

Definition

Identifies the AllowDrop dependency property.

public:
 static property DependencyProperty ^ AllowDropProperty { DependencyProperty ^ get(); };
static DependencyProperty AllowDropProperty();
public static DependencyProperty AllowDropProperty { get; }
var dependencyProperty = UIElement.allowDropProperty;
Public Shared ReadOnly Property AllowDropProperty As DependencyProperty

Property Value

The identifier for the AllowDrop dependency property.

Applies to