ValidationError.BindingInError Property

Definition

Gets the BindingExpression or MultiBindingExpression object of this ValidationError. The object is either marked invalid explicitly or has a failed validation rule.

public:
 property System::Object ^ BindingInError { System::Object ^ get(); };
public object BindingInError { get; }
member this.BindingInError : obj
Public ReadOnly Property BindingInError As Object

Property Value

The BindingExpression or MultiBindingExpression object of this ValidationError.

Applies to