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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

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