Class CollectionViewSwipingCommandContext
Represents the context for the SwipingCommand.
Inheritance
System.Object
CollectionViewSwipingCommandContext
Namespace: Telerik.Maui.Controls.CollectionView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CollectionViewSwipingCommandContext : Object
Constructors
CollectionViewSwipingCommandContext(Object, Double)
Initializes a new instance of the CollectionViewSwipingCommandContext class.
Declaration
public CollectionViewSwipingCommandContext(object item, double offset)
Parameters
System.Object
item
|
System.Double
offset
|
Properties
Item
Gets the item that is currently swiped.
Declaration
public object Item { get; }
Property Value
System.Object
|
Offset
Gets the offset of the swiped item from its initial position.
Declaration
public double Offset { get; }
Property Value
System.Double
|