Class ColumnContextMenuInfo
Represents a class that provides information about the corresponding column to the context menu of the DataGrid.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Interactivity
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class ColumnContextMenuInfo : ContextMenuInfo
Constructors
ColumnContextMenuInfo()
Declaration
public ColumnContextMenuInfo()
Properties
Column
Gets the corresponding column where the context menu is opened.
Declaration
public GridColumn Column { get; }
Property Value
Type |
---|
GridColumn |