Class TreeViewItemContextFlyoutInfo
Represents the class that stores the information about the treeview and treeview node associated to ItemContextFlyout
Inheritance
System.Object
TreeViewItemContextFlyoutInfo
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public class TreeViewItemContextFlyoutInfo : Object
Constructors
TreeViewItemContextFlyoutInfo()
Initializes a new instance of the TreeViewItemContextFlyoutInfo class.
Declaration
public TreeViewItemContextFlyoutInfo()
Properties
Node
Gets the TreeViewNode when the context flyout 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 |