Skip to main content
All docs
V25.1
  • GridItemsDroppedEventArgs.SourceComponent Property

    Gives you access to the source component’s API.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.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