Class ItemHoldCommandContext
Represents the context that is passed as a parameter of a ItemHold command.
Inheritance
System.Object
ItemHoldCommandContext
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemHoldCommandContext : Object
Constructors
ItemHoldCommandContext(Object)
Initializes a new instance of the ItemHoldCommandContext class.
Declaration
public ItemHoldCommandContext(object item)
Parameters
System.Object
item
|
Properties
Item
Gets the item.
Declaration
public object Item { get; }
Property Value
System.Object
|