GridItemsDroppedEventArgs.TargetItem Property
Returns the data item where the rows were dropped.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.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 more information and an example.
See Also