Class
ReorderEndedCommandContext

Context that is passed as a parameter of the ReorderEndedCommandContext.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ReorderEndedCommandContext

Inheritance: objectReorderEndedCommandContext

Constructors

ReorderEndedCommandContext(object, IDataGroup, object, IDataGroup, ItemReorderPlacement)

Declaration

cs-api-definition
public ReorderEndedCommandContext(object item, IDataGroup group, object destinationItem, IDataGroup destinationGroup, ItemReorderPlacement placement)

Parameters

item

object

group

IDataGroup

destinationItem

object

destinationGroup

IDataGroup

placement

ItemReorderPlacement

ReorderEndedCommandContext(object, object, ItemReorderPlacement)

Declaration

cs-api-definition
public ReorderEndedCommandContext(object item, object destinationItem, ItemReorderPlacement placement)

Parameters

item

object

destinationItem

object

placement

ItemReorderPlacement

Properties

DestinationGroup

Gets the data group that corresponds to the location where the dragged item has been released.

Declaration

cs-api-definition
public IDataGroup DestinationGroup { get; }

Property Value

IDataGroup

DestinationItem

Gets the data item that corresponds to the location where the dragged item has been released.

Declaration

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

Property Value

object

Group

Gets the data group containing the data item that is being interacted with.

Declaration

cs-api-definition
public IDataGroup Group { get; }

Property Value

IDataGroup

Item

Gets the data item that is being interacted with.

Declaration

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

Property Value

object

Placement

Gets a value indicating whether the dargged item should be placed before or after the destination item.

Declaration

cs-api-definition
public ItemReorderPlacement Placement { get; }

Property Value

ItemReorderPlacement