Skip to main content
All docs
V26.1
  • GridItemsDroppedEventArgs.TargetItem Property

    Returns the data item where the rows were dropped.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public object TargetItem { get; }

    Property Value

    Type Description
    Object

    The data item.

    Remarks

    Refer to the ItemsDropped event description for additional information and an example.

    See Also