Xceed Toolkit Plus for WPF v4.6 Documentation
IsValid Property (TokenizedTextBox)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > TokenizedTextBox Class : IsValid Property
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

Reference

TokenizedTextBox Class
TokenizedTextBox Members