Xceed DataGrid for Silverlight Documentation
HasRestrictiveValidationErrors Property (DataGridControl)


Gets a value indicating whether one or more of the validation rules that failed the validation process prevent the focus from being moved to another row until the error(s) have been fixed.
Syntax
'Declaration
 
Public ReadOnly Property HasRestrictiveValidationErrors As Boolean
'Usage
 
Dim instance As DataGridControl
Dim value As Boolean
 
value = instance.HasRestrictiveValidationErrors
public bool HasRestrictiveValidationErrors {get;}

Property Value

true if one or more of the validation rules that failed the validation process prevent the focus from being moved to another row until the error(s) have been 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

DataGridControl Class
DataGridControl Members
HasValidationErrors Property

Send Feedback