TreeListItemsDroppedEventArgs.SourceComponent Property
In This Article
Gives you access to the source component’s API.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public object SourceComponent { get; }
#Property Value
Type | Description |
---|---|
Object | The source component. |
See Also