BindingExpressionBase::HasError Property

 

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 HasError {
	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 3.0
Return to top
Show: