Class
CollectionViewSwipingCommandContext

Represents the context for the SwipingCommand.

Definition

Namespace:Telerik.Maui.Controls.CollectionView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class CollectionViewSwipingCommandContext

Inheritance: objectCollectionViewSwipingCommandContext

Constructors

CollectionViewSwipingCommandContext(object, double)

Initializes a new instance of the CollectionViewSwipingCommandContext class.

Declaration

cs-api-definition
public CollectionViewSwipingCommandContext(object item, double offset)

Parameters

item

object

offset

double

Properties

Item

Gets the item that is currently swiped.

Declaration

cs-api-definition
public object Item { get; }

Property Value

object

Offset

Gets the offset of the swiped item from its initial position.

Declaration

cs-api-definition
public double Offset { get; }

Property Value

double