Skip to main content
All docs
V24.2

GridItemsDroppedEventArgs 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.
Grid Gives you access to the target Grid’s API.
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.
See Also