MultiBinding::ValidatesOnNotifyDataErrors Property
.NET Framework (current version)
Gets or sets a value that indicates whether to include the NotifyDataErrorValidationRule.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleantrue to include the NotifyDataErrorValidationRule; otherwise, false. The default is true.
When ValidatesOnNotifyDataErrors is true, the binding checks for and reports errors that are raised by a data source that implements INotifyDataErrorInfo.
.NET Framework
Available since 4.5
Available since 4.5
Show: