Class
ValidateCellContext

Holds information used in ValidateCell command.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ValidateCellContext

Inheritance: objectValidateCellContext

Constructors

ValidateCellContext(IList<object>, DataGridCellInfo)

Initializes a new instance of the ValidateCellContext class.

Declaration

cs-api-definition
public ValidateCellContext(IList<object> errors, DataGridCellInfo cellInfo)

Parameters

errors

IList<object>

The errors.

cellInfo

DataGridCellInfo

The cell info.

Properties

CellInfo

Gets the CellInfo object that represents the current grid cell.

Declaration

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

Property Value

DataGridCellInfo

Errors

Gets the errors (if any) that occurred during the validation.

Declaration

cs-api-definition
public IList<object> Errors { get; }

Property Value

IList<object>