Class
ItemReorderCompleteContext

The context that is passed as a parameter to the ItemReorderCompleteCommand.

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ItemReorderCompleteContext

Inheritance: objectItemReorderCompleteContext

Constructors

ItemReorderCompleteContext(object, IDataGroup, object, IDataGroup, ItemReorderPlacement)

Initializes a new instance of the ItemReorderCompleteContext class.

Declaration

cs-api-definition
public ItemReorderCompleteContext(object dataItem, IDataGroup dataGroup, object destinationItem, IDataGroup destinationGroup, ItemReorderPlacement placement)

Parameters

dataItem

object

dataGroup

IDataGroup

destinationItem

object

destinationGroup

IDataGroup

placement

ItemReorderPlacement

ItemReorderCompleteContext(object, object, ItemReorderPlacement)

Initializes a new instance of the ItemReorderCompleteContext class.

Declaration

cs-api-definition
public ItemReorderCompleteContext(object dataItem, object destinationItem, ItemReorderPlacement placement)

Parameters

dataItem

object

destinationItem

object

placement

ItemReorderPlacement

Properties

DestinationGroup

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

Declaration

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

Property Value

IDataGroup

DestinationItem

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

Declaration

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

Property Value

object

Group

Gets or sets the data group that corresponds to the RadListViewItem that is being interacted with.

Declaration

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

Property Value

IDataGroup

Item

Gets or sets the data item that corresponds to the RadListViewItem that is being interacted with.

Declaration

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

Property Value

object

Placement

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

Declaration

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

Property Value

ItemReorderPlacement