Class
ItemSwipingCommandContext

Provides context information for item swiping commands.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ItemSwipingCommandContext

Inheritance: objectItemSwipingCommandContext

Constructors

ItemSwipingCommandContext(object, double)

Initializes a new instance of the ItemSwipingCommandContext class.

Declaration

cs-api-definition
public ItemSwipingCommandContext(object item, double offset)

Parameters

item

object

The item being swiped.

offset

double

The swipe offset value.

Properties

Item

Gets the item being swiped.

Declaration

cs-api-definition
public object Item { get; }

Property Value

object

The item object.

Offset

Gets the swipe offset value.

Declaration

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

Property Value

double

The offset distance of the swipe gesture.