Class
ItemHoldContext

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

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Commands

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ItemHoldContext

Inheritance: objectItemHoldContext

Constructors

ItemHoldContext(object)

Initializes a new instance of the ItemHoldContext class.

Declaration

cs-api-definition
public ItemHoldContext(object item)

Parameters

item

object

Properties

Item

Gets the hold item.

Declaration

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

Property Value

object