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

QueryDragPreviewImageEventArgs.Target Property

Gets the target control.

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public object Target { get; }

Property Value

Type Description
Object

An object that specifies the target control.

See Also