Class TreeGridNodeContextMenuInfo
Represents a class that provides information to the Record ContextMenu of TreeGrid.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class TreeGridNodeContextMenuInfo : TreeGridContextMenuInfo, INotifyPropertyChanged
Constructors
TreeGridNodeContextMenuInfo()
Declaration
public TreeGridNodeContextMenuInfo()
Properties
TreeNode
Gets the corresponding node where the context menu is opened.
Declaration
public TreeNode TreeNode { get; }
Property Value
Type |
---|
TreeNode |
Implements
System.ComponentModel.INotifyPropertyChanged