IsValidationErrorRestrictive Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Cell Class : IsValidationErrorRestrictive 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

Visual Basic (Declaration) 
Public ReadOnly Property IsValidationErrorRestrictive As Boolean
C# 
public bool IsValidationErrorRestrictive {get;}

Return Value

true if the validation rule that failed prevents the focus from moving to another row until the error is fixed; false otherwise. By default. true.

Remarks

Currently, only errors reported through IDataErrorInfo are considered non-restrictive.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also