Class
CollectionViewSwipeStartingCommandContext

Represents the context for the SwipeStartingCommand.

Definition

Namespace:Telerik.Maui.Controls.CollectionView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class CollectionViewSwipeStartingCommandContext

Inheritance: objectCollectionViewSwipeStartingCommandContext

Constructors

CollectionViewSwipeStartingCommandContext(object)

Initializes a new instance of the CollectionViewSwipeStartingCommandContext class.

Declaration

cs-api-definition
public CollectionViewSwipeStartingCommandContext(object item)

Parameters

item

object

Properties

Cancel

Gets or sets a value indicating whether the swipe should be canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

Item

Gets the item that is about to be swiped.

Declaration

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

Property Value

object