Class
ItemSwipeActionCompleteContext

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 ItemSwipeContextBase.ItemItemSwipeContextBase.DragDelta

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

object

container

RadListViewItem

dragDelta

double

Properties

FinalDragOffset

Gets or sets the final drag offset that the item will be positioned when the operation complete.

Declaration

cs-api-definition
public double FinalDragOffset { get; set; }

Property Value

double