Class CollectionViewSwipeStartingCommandContext
Represents the context for the SwipeStartingCommand.
Inheritance
System.Object
CollectionViewSwipeStartingCommandContext
Namespace: Telerik.Maui.Controls.CollectionView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CollectionViewSwipeStartingCommandContext : Object
Constructors
CollectionViewSwipeStartingCommandContext(Object)
Initializes a new instance of the CollectionViewSwipeStartingCommandContext class.
Declaration
public CollectionViewSwipeStartingCommandContext(object item)
Parameters
System.Object
item
|
Properties
Cancel
Gets or sets a value indicating whether the swipe should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Item
Gets the item that is about to be swiped.
Declaration
public object Item { get; }
Property Value
System.Object
|