BindingGroup::HasValidationError Property

.NET Framework (current version)
 

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

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

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

Property Value

Type: System::Boolean

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

.NET Framework
Available since 4.5
Return to top
Show: