'Declaration Public ReadOnly Property IsInvalid As Boolean
'Usage Dim instance As PropertyItem Dim value As Boolean instance.IsInvalid = value value = instance.IsInvalid
public bool IsInvalid {get;}
Property Value
true if the PropertyItem is invalid; false otherwise. By default, false.
A PropertyItem will be invalid when its value cannot be converted, for example a letter in a NumericUpDown control.