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

ContinueRecordDragEventArgs.Action Property

Gets or sets the status of a drag-and-drop operation.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DragAction Action { get; set; }

Property Value

Type Description
DragAction

A DragAction value.

See Also