ContinueRecordDragEventArgs.Action Property
In This Article
Gets or sets the status of a drag-and-drop operation.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DragAction Action { get; set; }
#Property Value
Type | Description |
---|---|
Drag |
A Drag |
See Also