Class
CollectionViewDragDropContext

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.

Declaration

cs-api-definition
public IList DestinationItemsSource { get; }

Property Value

IList

DraggedItem

Gets the item that is being dragged.

Declaration

cs-api-definition
public object DraggedItem { get; }

Property Value

object

DropTargetItem

Gets the item that is below the drop point.

Declaration

cs-api-definition
public object DropTargetItem { get; }

Property Value

object

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

ItemDropPlacement

SourceItemsSource

Gets the drag source control ItemsSource. This property is null when the state represents the context of the drop target control.

Declaration

cs-api-definition
public IList SourceItemsSource { get; }

Property Value

IList