Xceed DataGrid for Silverlight Documentation
HasRestrictiveValidationErrors Property (EditableCell)


Gets a value indicating whether the validation rule that failed prevents the focus from moving to another row until the error is fixed.
Syntax
'Declaration
 
Public ReadOnly Property HasRestrictiveValidationErrors As Boolean
'Usage
 
Dim instance As EditableCell
Dim value As Boolean
 
value = instance.HasRestrictiveValidationErrors
public bool HasRestrictiveValidationErrors {get;}

Property Value

true if the validation rule that failed prevents the focus from moving to another row until the error is fixed; false otherwise.
Remarks
Usually, all errors are restrictive; however, validation errors reported through INotifyDataErrorInfo and IDataErrorInfo are considered non-restrictive.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

EditableCell Class
EditableCell Members

Send Feedback