Class
ItemSwipingContext

The context that is passed as a parameter to the ItemSwipingCommand.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ItemSwipingContext : ItemSwipeContextBase

Inheritance: objectItemSwipeContextBaseItemSwipingContext

Inherited Members ItemSwipeContextBase.ItemItemSwipeContextBase.DragDelta

Constructors

ItemSwipingContext(object, RadListViewItem, double)

Initializes a new instance of the ItemSwipingContext class.

Declaration

cs-api-definition
public ItemSwipingContext(object dataItem, RadListViewItem container, double dragDelta)

Parameters

dataItem

object

container

RadListViewItem

dragDelta

double