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