Class TreeViewItemContextMenuInfo
Represents the class that stores the information about the treeview and treeview node associated to ItemContextMenu
Inheritance
System.Object
TreeViewItemContextMenuInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public class TreeViewItemContextMenuInfo
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 | Description |
---|---|
TreeViewNode |
TreeView
Gets or sets an instance of SfTreeView.
Declaration
public SfTreeView TreeView { get; set; }
Property Value
Type | Description |
---|---|
SfTreeView |