menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewItemContextMenuInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    TreeViewNode

    TreeView

    Gets or sets an instance of SfTreeView.

    Declaration
    public SfTreeView TreeView { get; set; }
    Property Value
    Type
    SfTreeView
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved