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