Class ContextMenuInfo
Represents a class that provides information to the context menu of the DataGrid.
Inheritance
System.Object
ContextMenuInfo
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 ContextMenuInfo
Constructors
ContextMenuInfo()
Declaration
public ContextMenuInfo()
Properties
DataGrid
Gets the reference to SfDataGrid control.
Declaration
public SfDataGrid DataGrid { get; }
Property Value
Type |
---|
SfDataGrid |