TreeListItemsDroppedEventArgs Properties
Stores information for the ItemsDropped event.| Name | Description |
|---|---|
| DroppedItems | A collection of dropped data items. |
| DropPosition | Returns where items were dropped relative to the target item. |
| SourceComponent | Gives you access to the source component’s API. |
| TargetItem | Returns the data item where the rows were dropped. |
| TargetItemVisibleIndex | Returns the target data item’s visible index. |
| TreeList | Gives you access to the target TreeList API. |
See Also