menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowDroppedEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowDroppedEventArgs<T>

    Provides information about the RowDropped event.

    Inheritance
    System.Object
    GridEventBaseArgs
    RowDragEventArgs<T>
    RowDroppedEventArgs<T>
    Inherited Members
    GridEventBaseArgs.PreventRender
    RowDragEventArgs<T>.Cancel
    RowDragEventArgs<T>.Data
    RowDragEventArgs<T>.DropIndex
    RowDragEventArgs<T>.FromIndex
    RowDragEventArgs<T>.OriginalEvent
    RowDragEventArgs<T>.Rows
    RowDragEventArgs<T>.Target
    RowDragEventArgs<T>.TargetDimension
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RowDroppedEventArgs<T> : RowDragEventArgs<T>
    Type Parameters
    Name Description
    T

    TValue of the grid component

    Constructors

    RowDroppedEventArgs()

    Declaration
    public RowDroppedEventArgs()

    Properties

    Action

    Gets the current action performed during drag and drop between two grids.

    Declaration
    public string Action { get; }
    Property Value
    Type Description
    System.String

    The current action can be one of the following:

    • Add - The row data is added to the destination grid.
    • Delete - The row data is removed from the source grid.
    Remarks

    The value of the Action property will be null when the drag and drop operation occurs within the same grid and the RowDropping event is triggered.

    ClientX

    Gets the X-coordinate of the mouse pointer in the browser's client area at the time the event was triggered.

    Declaration
    public double ClientX { get; }
    Property Value
    Type Description
    System.Double

    The X-coordinate of the mouse pointer.

    ClientY

    Gets the Y-coordinate of the mouse pointer in the browser's client area at the time the event was triggered.

    Declaration
    public double ClientY { get; }
    Property Value
    Type Description
    System.Double

    The Y-coordinate of the mouse pointer.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved