Class RowContextMenuInfo
Represents a class that provides information about the corresponding row to the context menu of DataGrid.
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Interactivity
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class RowContextMenuInfo : ContextMenuInfo
Constructors
RowContextMenuInfo()
Declaration
public RowContextMenuInfo()
Properties
Row
Gets the corresponding row data where the context menu is opened.
Declaration
public object Row { get; }
Property Value
| Type |
|---|
| System.Object |