StartRecordDragEventArgs.AllowedEffects Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DragDropEffects AllowedEffects { get; set; }
#Property Value
Type | Description |
---|---|
Drag |
A member of the Drag |
See Also