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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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