Xceed DataGrid for Silverlight Documentation
IsRestrictive Property


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 IsRestrictive As Boolean
'Usage
 
Dim instance As ValidationErrorBase
Dim value As Boolean
 
value = instance.IsRestrictive
public bool IsRestrictive {get;}

Property Value

true 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

ValidationErrorBase Class
ValidationErrorBase Members

Send Feedback