Class TreeViewItemContextMenuInfo
Represents the class that stores the information about the treeview and treeview node associated to ItemContextMenu
Inheritance
System.Object
TreeViewItemContextMenuInfo
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public class TreeViewItemContextMenuInfo : Object
Constructors
TreeViewItemContextMenuInfo()
Initializes a new instance of the TreeViewItemContextMenuInfo class.
Declaration
public TreeViewItemContextMenuInfo()
Properties
Node
Gets the TreeViewNode when the context menu opens over the treeview item.
Declaration
public TreeViewNode Node { get; }
Property Value
Type |
---|
TreeViewNode |
TreeView
Gets or sets an instance of SfTreeView.
Declaration
public SfTreeView TreeView { get; set; }
Property Value
Type |
---|
SfTreeView |