WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridNodeContextMenuInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridNodeContextMenuInfo

    Represents a class that provides information to the Record ContextMenu of TreeGrid.

    Inheritance
    System.Object
    TreeGridContextMenuInfo
    TreeGridNodeContextMenuInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    TreeGridContextMenuInfo.OnPropertyChanged(String)
    TreeGridContextMenuInfo.TreeGrid
    TreeGridContextMenuInfo.PropertyChanged
    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.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.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 Description
    TreeNode

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved