GridItemsDroppedEventArgs.Grid Property
Gives you access to the target Grid’s API.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
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