Class TreeGridContextMenuInfo
Represents a class that provides information to the ContextMenu of TreeGrid.
Inheritance
System.Object
TreeGridContextMenuInfo
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