ClassReorderEndedCommandContext
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:
public class ReorderEndedCommandContext
Inheritance: objectReorderEndedCommandContext
Constructors
ReorderEndedCommandContext(object, IDataGroup, object, IDataGroup, ItemReorderPlacement)
Declaration
public ReorderEndedCommandContext(object item, IDataGroup group, object destinationItem, IDataGroup destinationGroup, ItemReorderPlacement placement)
Parameters
item
group
destinationItem
destinationGroup
placement
ReorderEndedCommandContext(object, object, ItemReorderPlacement)
Declaration
public ReorderEndedCommandContext(object item, object destinationItem, ItemReorderPlacement placement)
Parameters
item
destinationItem
placement
Properties
DestinationGroup
Gets the data group that corresponds to the location where the dragged item has been released.
DestinationItem
Gets the data item that corresponds to the location where the dragged item has been released.
Group
Gets the data group containing the data item that is being interacted with.
Item
Gets the data item that is being interacted with.
Placement
Gets a value indicating whether the dargged item should be placed before or after the destination item.
Declaration
public ItemReorderPlacement Placement { get; }
Property Value