Class
ItemHoldCommandContext

Represents the context that is passed as a parameter of a ItemHold command.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ItemHoldCommandContext

Inheritance: objectItemHoldCommandContext

Constructors

ItemHoldCommandContext(object)

Initializes a new instance of the ItemHoldCommandContext class.

Declaration

cs-api-definition
public ItemHoldCommandContext(object item)

Parameters

item

object

Properties

Item

Gets the item.

Declaration

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

Property Value

object