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

    Gets the mouse pointer location relative to the screen’s upper-left corner (screen coordinates).

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public Point Location { get; }

    Property Value

    Type Description
    Point

    A structure that specifies coordinates.

    See Also