Skip to main content

StartRecordDragEventArgs.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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public DragDropEffects AllowedEffects { get; set; }

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