'Declaration Public ReadOnly Property IsEditError As Boolean
'Usage Dim instance As ValidationErrorIndicator Dim value As Boolean value = instance.IsEditError
public bool IsEditError {get;}
Property Value
true
if this instance is invalid; otherwise, false
.