Class ValidateCellContext
Inheritance
System.Object
ValidateCellContext
Namespace: Telerik.UI.Xaml.Controls.Grid.Commands
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ValidateCellContext : Object
Constructors
ValidateCellContext(IList<Object>, DataGridCellInfo)
Declaration
public ValidateCellContext(IList<object> errors, DataGridCellInfo cellInfo)
Parameters
|
System.Collections.Generic.IList<System.Object>
errors
|
|
DataGridCellInfo
cellInfo
|
Properties
CellInfo
Errors
Declaration
public IList<object> Errors { get; }
Property Value
|
System.Collections.Generic.IList<System.Object>
|