Skip to main content
All docs
V25.1
  • DragGridEventArgs.Source Property

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

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.1.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