Back to Devexpress

DXDragEventArgs.Source Property

windowsforms-devexpress-dot-utils-dot-dragdrop-dot-dxdrageventargs-53a59e5d.md

latest1.1 KB
Original Source

DXDragEventArgs.Source Property

Gets the source control.

Namespace : DevExpress.Utils.DragDrop

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public object Source { get; }
vb
Public ReadOnly Property Source As Object

Property Value

TypeDescription
Object

An object that specifies the source control.

|

See Also

DXDragEventArgs Class

DXDragEventArgs Members

DevExpress.Utils.DragDrop Namespace