ClassItemSwipeActionCompleteContext
Class
The context that is passed as a parameter to the ItemSwipeActionCompleteCommand.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ItemSwipeActionCompleteContext : ItemSwipeContextBase
Inheritance: objectItemSwipeContextBaseItemSwipeActionCompleteContext
Inherited Members
Constructors
ItemSwipeActionCompleteContext(object, RadListViewItem, double)
Initializes a new instance of the ItemSwipeActionCompleteContext class.
Declaration
cs-api-definition
public ItemSwipeActionCompleteContext(object dataItem, RadListViewItem container, double dragDelta)
Parameters
dataItem
container
dragDelta
Properties
FinalDragOffset
Gets or sets the final drag offset that the item will be positioned when the operation complete.