Back to Devexpress

GridItemsDroppedEventArgs.Grid Property

blazor-devexpress-dot-blazor-dot-griditemsdroppedeventargs-ace0f099.md

latest892 B
Original Source

GridItemsDroppedEventArgs.Grid Property

Gives you access to the target Grid’s API.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public IGrid Grid { get; }

Property Value

TypeDescription
IGrid

The target component.

|

Remarks

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

See Also

GridItemsDroppedEventArgs Class

GridItemsDroppedEventArgs Members

DevExpress.Blazor Namespace