ClassReorderEndedEventArgs
Event arguments for the ReorderEnded event of RadListView.
Definition
Namespace:Controls.DataControls.ListView.View
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class ReorderEndedEventArgs : EventArgs
Inheritance: objectEventArgsReorderEndedEventArgs
Inherited Members
Constructors
ReorderEndedEventArgs(object, IDataGroup, object, IDataGroup, ItemReorderPlacement)
Declaration
public ReorderEndedEventArgs(object item, IDataGroup group, object destinationItem, IDataGroup destinationGroup, ItemReorderPlacement placement)
Parameters
item
group
destinationItem
destinationGroup
placement
ReorderEndedEventArgs(object, object, ItemReorderPlacement)
Declaration
public ReorderEndedEventArgs(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