ClassCollectionViewDragDropContext
Class
Provides a context for a drag-drop operation of RadCollectionView.
Definition
Namespace:Telerik.Maui.Controls.CollectionView
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class CollectionViewDragDropContext
Inheritance: objectCollectionViewDragDropContext
Constructors
CollectionViewDragDropContext()
Declaration
cs-api-definition
public CollectionViewDragDropContext()
Properties
DestinationItemsSource
Gets the drop target control ItemsSource. This property is null when the state represents the context of the drag source control.
DraggedItem
Gets the item that is being dragged.
DropTargetItem
Gets the item that is below the drop point.
Placement
Gets a value indicating whether the dargged item should be placed before or after the drop target item.
Declaration
cs-api-definition
public ItemDropPlacement Placement { get; }
Property Value
SourceItemsSource
Gets the drag source control ItemsSource. This property is null when the state represents the context of the drop target control.