ClassItemReorderCompleteContext
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:
public class ItemReorderCompleteContext
Inheritance: objectItemReorderCompleteContext
Constructors
ItemReorderCompleteContext(object, IDataGroup, object, IDataGroup, ItemReorderPlacement)
Initializes a new instance of the ItemReorderCompleteContext class.
Declaration
public ItemReorderCompleteContext(object dataItem, IDataGroup dataGroup, object destinationItem, IDataGroup destinationGroup, ItemReorderPlacement placement)
Parameters
dataItem
dataGroup
destinationItem
destinationGroup
placement
ItemReorderCompleteContext(object, object, ItemReorderPlacement)
Initializes a new instance of the ItemReorderCompleteContext class.
Declaration
public ItemReorderCompleteContext(object dataItem, object destinationItem, ItemReorderPlacement placement)
Parameters
dataItem
destinationItem
placement
Properties
DestinationGroup
Gets or sets the data group that corresponds to the location where the dragged item has been released.
Declaration
public IDataGroup DestinationGroup { get; set; }
Property Value
DestinationItem
Gets or sets the data item that corresponds to the location where the dragged item has been released.
Group
Gets or sets the data group that corresponds to the RadListViewItem that is being interacted with.
Item
Gets or sets the data item that corresponds to the RadListViewItem that is being interacted with.
Placement
Gets or sets a value indicating whether the dragged item should be placed before or after the destination item.
Declaration
public ItemReorderPlacement Placement { get; set; }
Property Value