AllowInvalidValues Property
Gets or sets if invalid values are allowed (i.e.: values not found in the ItemsSource if an ItemsSource is used).
public bool AllowInvalidValues {get; set;}
'Declaration
Public Property AllowInvalidValues As Boolean
'Usage
Dim instance As TokenizedTextBox
Dim value As Boolean
instance.AllowInvalidValues = value
value = instance.AllowInvalidValues
Property Value
true if invalid values are allowed, otherwise
false.