New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the context for the SwipeCompletedCommand.

Definition

Namespace:Telerik.Maui.Controls.CollectionView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class CollectionViewSwipeCompletedCommandContext

Inheritance: objectCollectionViewSwipeCompletedCommandContext

Constructors

Initializes a new instance of the CollectionViewSwipeCompletedCommandContext class.

C#
public CollectionViewSwipeCompletedCommandContext(object item, double offset)
Parameters:itemobjectoffsetdouble

Properties

Gets the item that was swiped.

C#
public object Item { get; }

Gets the final offset of the swiped item.

C#
public double Offset { get; }