Class TreeGridNodeContextFlyoutInfo
Represents a class that provides information to the Record ContextFlyout of TreeGrid.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeGridNodeContextFlyoutInfo : TreeGridContextFlyoutInfo, INotifyPropertyChanged
Constructors
TreeGridNodeContextFlyoutInfo()
Declaration
public TreeGridNodeContextFlyoutInfo()
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