menu

UWP

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

    Show / Hide Table of Contents

    Class TreeGridContextMenuInfo

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

    Inheritance
    System.Object
    TreeGridContextMenuInfo
    TreeGridColumnContextMenuInfo
    TreeGridNodeContextMenuInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class TreeGridContextMenuInfo : Object, INotifyPropertyChanged

    Constructors

    TreeGridContextMenuInfo()

    Declaration
    public TreeGridContextMenuInfo()

    Properties

    TreeGrid

    Gets the reference to the SfTreeGrid control.

    Declaration
    public SfTreeGrid TreeGrid { get; }
    Property Value
    Type
    SfTreeGrid

    Methods

    OnPropertyChanged(String)

    Occurs when a property value changes.

    Declaration
    protected void OnPropertyChanged(string name)
    Parameters
    Type Name Description
    System.String name

    The corresponding property name.

    Events

    PropertyChanged

    Occurs when the property value changes in TreeGridContextMenuInfo class.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved