Xceed Toolkit Plus for WPF v4.6 Documentation
AllowInvalidValues Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > TokenizedTextBox Class : AllowInvalidValues Property
Gets or sets if invalid values are allowed (i.e.: values not found in the ItemsSource if an ItemsSource is used).
Syntax
'Declaration
 
Public Property AllowInvalidValues As Boolean
'Usage
 
Dim instance As TokenizedTextBox
Dim value As Boolean
 
instance.AllowInvalidValues = value
 
value = instance.AllowInvalidValues
public bool AllowInvalidValues {get; set;}

Property Value

true if invalid values are allowed, otherwise false.
Requirements

See Also

Reference

TokenizedTextBox Class
TokenizedTextBox Members