Class TreeGridColumnContextMenuInfo
Represents a class that provides information to the Header ContextMenu of TreeGrid.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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 TreeGridColumnContextMenuInfo : TreeGridContextMenuInfo, INotifyPropertyChanged
Constructors
TreeGridColumnContextMenuInfo()
Declaration
public TreeGridColumnContextMenuInfo()
Properties
Column
Gets the corresponding column where the context menu is opened.
Declaration
public TreeGridColumn Column { get; }
Property Value
Type | Description |
---|---|
TreeGridColumn |
Implements
System.ComponentModel.INotifyPropertyChanged