BindingExpressionBase::ValidationErrors Property
.NET Framework (current version)
Gets a collection of ValidationError objects that caused this instance of BindingExpressionBase to be invalid.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property ReadOnlyCollection<ValidationError^>^ ValidationErrors { virtual ReadOnlyCollection<ValidationError^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ValidationError^>^A collection of ValidationError objects that caused this instance of BindingExpressionBase to be invalid. The value is null if there are no errors.
.NET Framework
Available since 4.5
Available since 4.5
Show: