BindingGroup.HasValidationError Property

Definition

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

public:
 property bool HasValidationError { bool get(); };
public bool HasValidationError { get; }
member this.HasValidationError : bool
Public ReadOnly Property HasValidationError As Boolean

Property Value

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

Applies to