ValidateCellContext
Class
Holds information used in ValidateCell command.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ValidateCellContext
Inheritance: objectValidateCellContext
Constructors
Initializes a new instance of the ValidateCellContext class.
C#
public ValidateCellContext(IList<object> errors, DataGridCellInfo cellInfo)
The errors.
cellInfoDataGridCellInfoThe cell info.