IValidationHasValidationErrors Property |
Gets or sets a value indicating whether this instance has validation errors.
Namespace:
Xcalibur.Extensions.MVVM.Interfaces
Assembly:
Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool HasValidationErrors { get; set; }
Property HasValidationErrors As Boolean
Get
Set
property bool HasValidationErrors {
bool get ();
void set (bool value);
}
abstract HasValidationErrors : bool with get, set
Property Value
Type:
Booleantrue if this instance has validation errors; otherwise,
false.
See Also