ValidationResultsCollectionHasErrors Property

Gets whether this ValidationResultsCollection has errors.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool HasErrors { get; }

Property Value

Boolean
if this instance has errors; otherwise, .

See Also