Skip to content

IEditableRow.ValidationErrors property

Gets the validation errors.

public IDictionary<string, string> ValidationErrors { get; }

Property Value

The validation errors.

See Also