Skip to main content

DragGridEventArgs.Source Property

Gets the source 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 Source { get; }

Property Value

Type Description
Object

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

See Also