Class ItemSwipingCommandContext
Provides context information for item swiping commands.
Inheritance
System.Object
ItemSwipingCommandContext
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemSwipingCommandContext : Object
Constructors
ItemSwipingCommandContext(Object, Double)
Initializes a new instance of the ItemSwipingCommandContext class.
Declaration
public ItemSwipingCommandContext(object item, double offset)
Parameters
System.Object
item
The item being swiped. |
System.Double
offset
The swipe offset value. |
Properties
Item
Gets the item being swiped.
Declaration
public object Item { get; }
Property Value
System.Object
The item object. |
Offset
Gets the swipe offset value.
Declaration
public double Offset { get; }
Property Value
System.Double
The offset distance of the swipe gesture. |