Class EditContext
Holds information associated with a row edit operation within a Rad
Inheritance
Namespace: Telerik.XamarinForms.DataGrid.Commands
Assembly: Telerik.XamarinForms.DataGrid.dll
Syntax
public class EditContext : Object
Constructors
EditContext(DataGridCellInfo, ActionTrigger, Object)
Initializes a new instance of the Edit
Declaration
public EditContext(DataGridCellInfo cell, ActionTrigger action, object parameter)
Parameters
Data The cell. |
Action The action. |
System. The parameter. |
Properties
CellInfo
Gets the cell info associated with the operation.
Declaration
public DataGridCellInfo CellInfo { get; }
Property Value
Parameter
Gets an optional parameter holding additional information associated with the operation.
Declaration
public object Parameter { get; }
Property Value
System. The parameter. |
TriggerAction
Gets the Action
Declaration
public ActionTrigger TriggerAction { get; }
Property Value
Action The trigger action. |