Class ItemSwipingCommandContext
Inheritance
System.Object
ItemSwipingCommandContext
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemSwipingCommandContext : Object
Constructors
ItemSwipingCommandContext(Object, Double)
Declaration
public ItemSwipingCommandContext(object item, double offset)
Parameters
System.
|
System.
|
Properties
Item
Declaration
public object Item { get; }
Property Value
System.
|
Offset
Declaration
public double Offset { get; }
Property Value
System.
|