menu

WinUI

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

    Show / Hide Table of Contents

    Class TreeGridNodeContextFlyoutInfo

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

    Inheritance
    System.Object
    TreeGridContextFlyoutInfo
    TreeGridNodeContextFlyoutInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    TreeGridContextFlyoutInfo.OnPropertyChanged(String)
    TreeGridContextFlyoutInfo.PropertyChanged
    TreeGridContextFlyoutInfo.TreeGrid
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved