Class EditContext
Inheritance
System.Object
EditContext
Namespace: Telerik.UI.Xaml.Controls.Grid.Commands
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class EditContext : Object
Constructors
EditContext(DataGridCellInfo, ActionTrigger, Object)
Declaration
public EditContext(DataGridCellInfo cell, ActionTrigger action, object parameter)
Parameters
|
DataGridCellInfo
cell
|
|
ActionTrigger
action
|
|
System.Object
parameter
|
Properties
CellInfo
Parameter
Declaration
public object Parameter { get; }
Property Value
|
System.Object
|