GiveRecordDragFeedbackEventArgs.Effects Property
In This Article
Gets or sets the target drag-and-drop operation.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DragDropEffects Effects { get; }
#Property Value
Type | Description |
---|---|
Drag |
A member of the Drag |
See Also