Class
ItemActionTapContext

The context that is passed as a parameter of an ItemActionTapCommand.

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ItemActionTapContext : ItemTapContext

Inheritance: objectItemTapContextItemActionTapContext

Inherited Members ItemTapContext.Item

Constructors

ItemActionTapContext(object, RadListViewItem, double)

Initializes a new instance of the ItemActionTapContext class.

Declaration

cs-api-definition
public ItemActionTapContext(object item, RadListViewItem visualItem, double offset)

Parameters

item

object

visualItem

RadListViewItem

offset

double

Properties

Offset

Gets a value that specifies the item current offset. Can be used for determine the action that needs to be invoked.

Declaration

cs-api-definition
public double Offset { get; }

Property Value

double