DragOperation.AllowedOperations Property

Definition

Gets or sets the a bitwise combination of zero or more actions to perform on the content being dragged.

public:
 property DataPackageOperation AllowedOperations { DataPackageOperation get(); void set(DataPackageOperation value); };
DataPackageOperation AllowedOperations();

void AllowedOperations(DataPackageOperation value);
public DataPackageOperation AllowedOperations { get; set; }
var dataPackageOperation = dragOperation.allowedOperations;
dragOperation.allowedOperations = dataPackageOperation;
Public Property AllowedOperations As DataPackageOperation

Property Value

The bitwise combination of zero or more actions to perform on the content being dragged.

Applies to