Class TreeViewItemCommandContext
Inheritance
System.Object
TreeViewItemCommandContext
Namespace: Telerik.XamarinForms.DataControls.TreeView.Commands
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class TreeViewItemCommandContext : Object
Constructors
TreeViewItemCommandContext(Object)
Declaration
public TreeViewItemCommandContext(object item)
Parameters
System.Object
item
|
Properties
Item
Declaration
public object Item { get; }
Property Value
System.Object
|