Skip to main content

GiveRecordDragFeedbackEventArgs.Effects Property

Gets or sets the target drag-and-drop operation.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public DragDropEffects Effects { get; }

Property Value

Type Description
DragDropEffects

A member of the DragDropEffects enumeration specifying the target drag-and-drop operation.

See Also