ClassEditContext
Class
Holds information associated with a row edit operation within a RadDataGrid instance.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class EditContext
Inheritance: objectEditContext
Constructors
EditContext(DataGridCellInfo, ActionTrigger, object)
Initializes a new instance of the EditContext class.
Declaration
cs-api-definition
public EditContext(DataGridCellInfo cell, ActionTrigger action, object parameter)
Parameters
cell
The cell.
action
The action.
parameter
The parameter.
Properties
CellInfo
Gets the cell info associated with the operation.
Declaration
cs-api-definition
public DataGridCellInfo CellInfo { get; }
Property Value
Parameter
Gets an optional parameter holding additional information associated with the operation.
TriggerAction
Gets the ActionTrigger value that triggered the operation.
Declaration
cs-api-definition
public ActionTrigger TriggerAction { get; }
Property Value
The trigger action.