Skip to main content

DragGridEventArgs.Target Property

Gets the target of the drag-and-drop operation.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public object Target { get; }

Property Value

Type Description
Object

An object that specifies a target of a drag-and-drop operation.

See Also