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

QueryDragPreviewImageEventArgs.Source Property

Gets the source control.

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v21.1.dll

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

Declaration

public object Source { get; }

Property Value

Type Description
Object

An object that specifies the source control.

See Also