ClassItemSwipeStartingCommandContext
Class
Provides context information for item swipe starting commands.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public class ItemSwipeStartingCommandContext
Inheritance: objectItemSwipeStartingCommandContext
Constructors
ItemSwipeStartingCommandContext(object, bool)
Initializes a new instance of the ItemSwipeStartingCommandContext class.
Properties
IsCanceled
Gets a value indicating whether the swipe operation is canceled.
Declaration
cs-api-definition
public bool IsCanceled { get; }
Property Value
true
if the operation is canceled; otherwise, false
.