Class TreeGridColumnContextFlyoutInfo
Represents a class that provides information to the Header ContextFlyout of TreeGrid.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeGridColumnContextFlyoutInfo : TreeGridContextFlyoutInfo, INotifyPropertyChanged
Constructors
TreeGridColumnContextFlyoutInfo()
Declaration
public TreeGridColumnContextFlyoutInfo()
Properties
Column
Gets the corresponding column where the context menu is opened.
Declaration
public TreeGridColumn Column { get; }
Property Value
Type |
---|
TreeGridColumn |
Implements
System.ComponentModel.INotifyPropertyChanged