Class
EditContext

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

DataGridCellInfo

The cell.

action

ActionTrigger

The action.

parameter

object

The parameter.

Properties

CellInfo

Gets the cell info associated with the operation.

Declaration

cs-api-definition
public DataGridCellInfo CellInfo { get; }

Property Value

DataGridCellInfo

Parameter

Gets an optional parameter holding additional information associated with the operation.

Declaration

cs-api-definition
public object Parameter { get; }

Property Value

object

The parameter.

TriggerAction

Gets the ActionTrigger value that triggered the operation.

Declaration

cs-api-definition
public ActionTrigger TriggerAction { get; }

Property Value

ActionTrigger

The trigger action.