Skip to main content
A newer version of this page is available. .

GiveRecordDragFeedbackEventArgs.Effects Property

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

Namespace: DevExpress.Xpf.Core

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

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