Class GridColumnContextMenuInfo
Represents a class that provides information to the Header ContextMenu of DataGrid.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class GridColumnContextMenuInfo : GridContextMenuInfo, INotifyPropertyChanged
Constructors
GridColumnContextMenuInfo()
Declaration
public GridColumnContextMenuInfo()
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