TreeListItemsDroppedEventArgs.TreeList Property
Gives you access to the target TreeList API.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public ITreeList TreeList { get; }
Property Value
| Type | Description |
|---|---|
| ITreeList | The target component. |
See Also