Skip to main content
A newer version of this page is available. .

DragEventArgsBase.AllowedEffects Property

Gets a member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public DragDropEffects AllowedEffects { get; }

Property Value

Type Description
DragDropEffects

A member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event.

See Also