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

StartRecordDragEventArgs.DragElement Property

Gets a drag element that is a control on which the drag-and-drop operation has been initiated.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public object DragElement { get; }

Property Value

Type Description
Object

A drag element that is a control on which the drag-and-drop operation has been initiated.

See Also