Gets if the TokenizedTextBox is currently valid (if all the Tokens are found in the ItemsSource, if one is provided).
Syntax
public bool IsValid {get;}
'Declaration
Public ReadOnly Property IsValid As Boolean
'Usage
Dim instance As TokenizedTextBox
Dim value As Boolean
instance.IsValid = value
value = instance.IsValid
Property Value
true if the TokenizedTextBox is currently valid, otherwise
false.
Requirements
See Also