BindingExpressionBase::HasValidationError Property

.NET Framework (current version)
 

Gets a value that indicates whether the parent binding has a failed validation rule.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property bool HasValidationError {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the parent binding has a failed validation rule; otherwise, false.

This property is identical to the HasValidationError property.

.NET Framework
Available since 4.5
Return to top
Show: