Class ItemSwipeStartingCommandContext
Provides context information for item swipe starting commands.
Inheritance
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemSwipeStartingCommandContext : Object
Constructors
ItemSwipeStartingCommandContext(Object, Boolean)
Initializes a new instance of the ItemSwipeStartingCommandContext class.
Declaration
public ItemSwipeStartingCommandContext(object item, bool isCanceled)
Parameters
System.Object
item
The item being swiped. |
System.Boolean
isCanceled
A value indicating whether the swipe operation is canceled. |
Properties
IsCanceled
Gets a value indicating whether the swipe operation is canceled.
Declaration
public bool IsCanceled { get; }
Property Value
System.Boolean
|
Item
Gets the item being swiped.
Declaration
public object Item { get; }
Property Value
System.Object
The item object. |
Methods
Cancel()
Cancels the item swipe operation.
Declaration
public void Cancel()