ClassItemSwipeCompletedCommandContext
Class
Provides context information for item swipe completed commands.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public class ItemSwipeCompletedCommandContext
Inheritance: objectItemSwipeCompletedCommandContext
Constructors
ItemSwipeCompletedCommandContext(object, double)
Initializes a new instance of the ItemSwipeCompletedCommandContext class.
Properties
Item
Gets the item that was swiped.
Declaration
cs-api-definition
public object Item { get; }
Property Value
The data item associated with the swipe gesture.