Class ContextMenuInfo
Represents a class that provides information to the context menu of the DataGrid.
Inheritance
System.Object
ContextMenuInfo
Namespace: Syncfusion.WinForms.DataGrid.Interactivity
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class ContextMenuInfo : Object
Constructors
ContextMenuInfo()
Declaration
public ContextMenuInfo()
Properties
DataGrid
Gets the reference to SfDataGrid control.
Declaration
public SfDataGrid DataGrid { get; }
Property Value
| Type |
|---|
| SfDataGrid |