GridItemsDroppedEventArgs.SourceComponent Property
Gives you access to the source component’s API.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public object SourceComponent { get; }
Property Value
Type | Description |
---|---|
Object | The source component. |
Remarks
Refer to the ItemsDropped event description for more information and an example.
See Also