GridItemsDroppedEventArgs.Grid Property
In This Article
Gives you access to the target Grid’s API.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IGrid Grid { get; }
#Property Value
Type | Description |
---|---|
IGrid | The target component. |
#Remarks
Refer to the ItemsDropped event description for more information and an example.
See Also