TreeListItemsDroppedEventArgs.TreeList Property
In This Article
Gives you access to the target TreeList API.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public ITreeList TreeList { get; }
#Property Value
Type | Description |
---|---|
ITree |
The target component. |
See Also