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